C# Class NLog.Targets.Syslog.Policies.Unidecoder

ファイルを表示 Open project: graffen/NLog.Targets.Syslog

Public Methods

Method Description
Unidecode ( this input, int tempStringBuilderCapacity = null ) : string

Transliterate Unicode string to ASCII string

Private Methods

Method Description
AppendUnidecoded ( this sb, string s ) : void
Unidecode ( this c ) : string
Unidecoder ( ) : System

Method Details

Unidecode() public static method

Transliterate Unicode string to ASCII string
public static Unidecode ( this input, int tempStringBuilderCapacity = null ) : string
input this String you want to transliterate into ASCII
tempStringBuilderCapacity int The length of the result, if you know it (default is InputString.Length * 2)
return string