Table of Contents

Class Punycode

Namespace
AngleSharp.Text
Assembly
AngleSharp.dll

Represents a Punycode encoding helper class.

public static class Punycode
Inheritance
Punycode
Inherited Members

Fields

Symbols

A list of available punycode character mappings.

public static IDictionary<char, char> Symbols

Field Value

IDictionary<char, char>

Methods

Encode(string)

Encodes the given text using Punycode.

public static string Encode(string text)

Parameters

text string

Returns

string