The methods of Java.Net.IDN are listed below. For a list of all members, see the IDN Members list.
See Also: Inherited members from Java.Lang.Object
| static  | ToASCII(string) Equivalent to toASCII(input, 0). | |
| static  | ToASCII(string, IDNFlags) Transform a Unicode String to ASCII Compatible Encoding String according to the algorithm defined in . | |
| static  | ToUnicode(string) Equivalent to toUnicode(input, 0). | |
| static  | ToUnicode(string, IDNFlags) Translates a string from ASCII Compatible Encoding (ACE) to Unicode according to the algorithm defined in . | |