Replace(String, Char, Char, StringComparison)
|
Returns a new string in which all occurrences of the specified character in the current instance
are replaced with another specified character using the specified string comparison type.
|
Replace(String, Char, String, StringComparison)
|
Returns a new string in which all occurrences of the specified character in the current instance
are replaced with another specified string using the specified string comparison type.
|
Replace(String, String, Char, StringComparison)
|
Returns a new string in which all occurrences of the specified strings in the current instance
are replaced with another specified character using the specified string comparison type.
|
Replace(String, String, String, StringComparison)
|
Returns a new string in which all occurrences of the specified strings in the current instance
are replaced with another specified string using the specified string comparison type.
|