Appearance
string String.Replace(string, string, string)
Replaces the given character(s) with the replacement
string - The string to process.string - The character(s) to replace.string - The string to replace the characters with.
string
string - The processed string after replacement.