Click or drag to resize
MimeKit

IPunycode Methods

The IPunycode type exposes the following members.

Methods
 NameDescription
Public methodDecode(String) Decode a domain name, converting it to a string of Unicode characters.
Public methodDecode(String, Int32) Decode a domain name, converting it to a string of Unicode characters.
Public methodDecode(String, Int32, Int32) Decode a domain name, converting it to a string of Unicode characters.
Public methodEncode(String) Encode a Unicode domain name, converting it to an ASCII-safe representation.
Public methodEncode(String, Int32) Encode a Unicode domain name, converting it to an ASCII-safe representation.
Public methodEncode(String, Int32, Int32) Encode a Unicode domain name, converting it to an ASCII-safe representation.
Top
See Also