Punycode Class |
public class Punycode : IPunycode
The Punycode type exposes the following members.
| Name | Description | |
|---|---|---|
| Punycode | Initialize a new instance of the Punycode class. | |
| Punycode(IdnMapping) | Initialize a new instance of the Punycode class. |
| 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) |