![]() | Extensions.ReplaceMe Method |
Name | Description | |
---|---|---|
![]() ![]() | ReplaceMe(String, Char, Char, Int32) |
Replaces a char oldChar with the char newChar.
ATTENTION: The original string is the target of the manipulation. |
![]() ![]() | ReplaceMe(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. |