This documentation is archived and is not being maintained.
String::Replace Method
Visual Studio 2010
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Replace(Char, Char) | Returns a new string in which all occurrences of a specified Unicode character in this instance are replaced with another specified Unicode character. |
|
Replace(String, String) | Returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string. |
Show: