Method | Description | |
---|---|---|
Unidecode ( this input, int tempStringBuilderCapacity = null ) : string |
Transliterate Unicode string to ASCII string
|
Method | Description | |
---|---|---|
AppendUnidecoded ( this sb, string s ) : void | ||
Unidecode ( this c ) : string | ||
Unidecoder ( ) : System |
public static Unidecode ( this input, int tempStringBuilderCapacity = null ) : string | ||
input | this | String you want to transliterate into ASCII |
tempStringBuilderCapacity | int | The length of the result, if you know it (default is InputString.Length * 2) |
return | string |