메소드 | 설명 | |
---|---|---|
ToEnglishNumbers ( this data ) : string |
Converts Persian digits of a given string to their equivalent English digits.
|
|
ToPersianNumbers ( this number ) : string |
Converts English digits of a given string to their equivalent Persian digits.
|
public static ToEnglishNumbers ( this data ) : string | ||
data | this | Persian number |
리턴 | string |
public static ToPersianNumbers ( this number ) : string | ||
number | this | English number |
리턴 | string |