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