C# Class System.Text.Utf8.Utf8CodeUnit

显示文件 Open project: antiufo/Shaman.ValueString Class Usage Examples

Public Methods

Method Description
Equals ( char other ) : bool
Utf8CodeUnit ( char value ) : System.Runtime.CompilerServices

Private Methods

Method Description
IsAscii ( char value ) : bool
TryCreateFrom ( char value, Utf8CodeUnit &codeUnit ) : bool

Method Details

Equals() public method

public Equals ( char other ) : bool
other char
return bool

Utf8CodeUnit() public method

public Utf8CodeUnit ( char value ) : System.Runtime.CompilerServices
value char
return System.Runtime.CompilerServices