Punycode Methods |
The Punycode type exposes the following members.
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. | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ToString | (Inherited from Object) |