IdnMapping::GetUnicode Method
Decodes one or more domain name labels encoded according to the IDNA standard to a string of Unicode characters.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetUnicode(String^) | Decodes a string of one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters. |
![]() | GetUnicode(String^, Int32) | Decodes a substring of one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters. |
![]() | GetUnicode(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. |
