| IPunycode Interface |
An interface for encoding and decoding international domain names.
Namespace: MimeKit.EncodingsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public interface IPunycode
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.
|
TopRemarks
An interface for encoding and decoding international domain names.
See Also