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