Click or drag to resize
MimeKit

PunycodeDecode(String) Method

Decode a domain name, converting it to a string of Unicode characters.

Namespace: MimeKit.Encodings
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string Decode(
	string ascii
)

Parameters

ascii  String
The ASCII-encoded domain name.

Return Value

String
The Unicode domain name.

Implements

IPunycodeDecode(String)
Remarks
Decodes a domain name, converting it to Unicode, according to the rules defined by the IDNA standard.
See Also