Method StripColors
StripColors(string)
Strip any color codes from a string.
public static string StripColors(this string input)
Parameters
inputstringThe string to strip of color.
Returns
- string
The new string without any color codes.
Strip any color codes from a string.
public static string StripColors(this string input)
input stringThe string to strip of color.
The new string without any color codes.