| IPunycode Methods |
The IPunycode type exposes the following members.
Methods | Name | Description |
---|
| Decode(String) |
Decode a domain name, converting it to a string of Unicode characters.
|
| Decode(String, Int32) |
Decode a domain name, converting it to a string of Unicode characters.
|
| Decode(String, Int32, Int32) |
Decode a domain name, converting it to a string of Unicode characters.
|
| Encode(String) |
Encode a Unicode domain name, converting it to an ASCII-safe representation.
|
| Encode(String, Int32) |
Encode a Unicode domain name, converting it to an ASCII-safe representation.
|
| Encode(String, Int32, Int32) |
Encode a Unicode domain name, converting it to an ASCII-safe representation.
|
TopSee Also