This documentation is archived and is not being maintained.
IdnMapping::GetAscii Method
Visual Studio 2010
Encodes one or more domain name labels that consist of Unicode characters to a string of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E). The string is formatted according to the Internationalizing Domain Names in Applications (IDNA) standard.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetAscii(String) | Encodes a string of one or more domain name labels that consist of Unicode characters to a string of Unicode characters in the US-ASCII character range. |
|
GetAscii(String, Int32) | Encodes a substring of one or more domain name labels that consist of Unicode characters to a string of Unicode characters in the US-ASCII character range. |
|
GetAscii(String, Int32, Int32) | Encodes a substring of one or more domain name labels that consist of Unicode characters to a string of Unicode characters in the US-ASCII character range. The string is formatted according to the Internationalizing Domain Names in Applications (IDNA) standard. |
Show: