The members of Java.Net.IDN are listed below.
See Also: Inherited members from Java.Lang.Object
const | AllowUnassigned | IDNFlags (1). When set, allows IDN to process unassigned unicode points. |
const | UseStd3AsciiRules | IDNFlags (2). When set, ASCII strings are checked against and . |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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 . |