Méthode | Description | |
---|---|---|
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 |
Résultat | string |
public static ToPersianNumbers ( this number ) : string | ||
number | this | English number |
Résultat | string |