Java.Net.IDN.ToUnicode Method
Translates a string from ASCII Compatible Encoding (ACE) to Unicode according to the algorithm defined in .

Syntax

[Android.Runtime.Register("toUnicode", "(Ljava/lang/String;I)Ljava/lang/String;", "")]
public static string ToUnicode (string input, [Android.Runtime.GeneratedEnum] IDNFlags flags)

Parameters

input
the ACE name
flags
0, ALLOW_UNASSIGNED, USE_STD3_ASCII_RULES, or ALLOW_UNASSIGNED | USE_STD3_ASCII_RULES

Returns

Documentation for this section has not yet been entered.

Remarks

Translates a string from ASCII Compatible Encoding (ACE) to Unicode according to the algorithm defined in .

Unlike toASCII, this transformation cannot fail.

This method can handle either an individual label or an entire domain name. In the latter case, the separators are: U+002E (full stop), U+3002 (ideographic full stop), U+FF0E (fullwidth full stop), and U+FF61 (halfwidth ideographic full stop).

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9