Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IdnMapping::GetUnicode Method

 

Decodes one or more domain name labels encoded according to the IDNA standard to a string of Unicode characters.

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetUnicode(String^)

Decodes a string of one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters.

System_CAPS_pubmethodGetUnicode(String^, Int32)

Decodes a substring of one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters.

System_CAPS_pubmethodGetUnicode(String^, Int32, Int32)

Decodes a substring of a specified length that contains one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters.

Return to top
Show:
© 2017 Microsoft