Click or drag to resize

ExtensionsReplaceMe Method

Overload List
  NameDescription
Public methodStatic memberReplaceMe(String, Char, Char, Int32)
Replaces a char oldChar with the char newChar.

ATTENTION: The original string is the target of the manipulation.

Public methodStatic memberReplaceMe(String, Char, Char, Int32)
Replaces a series of chars oldChars with a single char newChar.

ATTENTION: The original string is the target of the manipulation.

Top
See Also