IdnMapping.GetUnicode Method
.NET Framework 4.5
Decodes one or more domain name labels encoded according to the IDNA standard to a string of Unicode characters.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |