String.Replace 方法(Char, Char) (System) - MSDN - Microsoft 傳回新字串,其中這個執行個體中所有出現的指定Unicode 字元都取代成其他指定的Unicode 字元。
Replace Method (String, String) - MSDN - Microsoft Returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string.
String Methods (System) - MSDN - Microsoft The String type exposes the following members. ..... Replace(String, String), Returns a new string in which all occurrences of a specified string in the current ...
String.Replace 方法(System) - MSDN - Microsoft 傳回新字串,其目前字串中所有出現的指定Unicode 字元或String 都取代成其他指定的Unicode 字元或String。