Numerize() 공개 정적인 메소드

public static Numerize ( string value ) : string
value string
리턴 string
예제 #1
0
 public static string Numerize(this string @this)
 {
     return(Numerizer.Numerize(@this));
 }