예제 #1
0
 public static string RemoveNonVisibleCharacters(this string param)
 {
     return(TextTools.RemoveNonVisibleCharacters(param));
 }