.NET Framework Class Library for Silverlight
String..::.Replace Method
Returns a new string in which all occurrences of a specified Unicode character or String in the current string are replaced with another specified Unicode character or String.
|
| Name | Description |
|---|
.gif) | Replace(Char, Char) | Returns a new string in which all occurrences of a specified Unicode character in the current string are replaced with another specified Unicode character. |
.gif) | Replace(String, String) | Returns a new string in which all occurrences of a specified string in the current string are replaced with another specified string. |
Top
Reference