public static string Replace( string input, string oldValue, string newValue, StringComparison comparisonType )
Parameters
- input
- The string to modify
- oldValue
- The old value to search for
- newValue
- The replacement value
- comparisonType
- The type of string comparision to use for matching
Return Value
The modified string