Java.Net.IDN Members

The members of Java.Net.IDN are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
AllowUnassignedIDNFlags (1). When set, allows IDN to process unassigned unicode points.
const
UseStd3AsciiRulesIDNFlags (2). When set, ASCII strings are checked against and .

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
ToASCII(string) : string
Equivalent to toASCII(input, 0).
static
ToASCII(string, IDNFlags) : string
Transform a Unicode String to ASCII Compatible Encoding String according to the algorithm defined in .
static
ToUnicode(string) : string
Equivalent to toUnicode(input, 0).
static
ToUnicode(string, IDNFlags) : string
Translates a string from ASCII Compatible Encoding (ACE) to Unicode according to the algorithm defined in .