String Methods


.NET Framework Class Library
String..::.Replace Method

Returns a new string in which all occurrences of a specified Unicode character or String in this instance are replaced with another specified Unicode character or String.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReplace(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.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReplace(String, String)Returns a new string in which all occurrences of a specified string in this instance are replaced with another specified string.
Top
See Also

Reference

Tags :


Page view tracker