IdnMapping.GetUnicode Method (String, Int32)
Assembly: mscorlib (in mscorlib.dll)
public String GetUnicode ( String ascii, int index )
public function GetUnicode ( ascii : String, index : int ) : String
Parameters
- ascii
One or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard.
- index
A zero-based offset into ascii that specifies the start of the substring.
Return Value
The Unicode equivalent of the IDNA substring specified by the ascii and index parameters.| Exception type | Condition |
|---|---|
| ascii is a null reference (Nothing in Visual Basic). | |
| index is less than zero. -or- index is greater than the length of ascii. | |
| ascii is invalid based on the AllowUnassigned and UseStd3AsciiRules properties, and the IDNA standard. |
For more information about domain names, labels, and label separators, see the remarks for the IdnMapping.GetAscii(String,Int32,Int32) method.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.