C# Class System.Text.Utf8.Utf8EncodedCodePoint

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

Public Methods

Method Description
Utf8EncodedCodePoint ( char character ) : System.Runtime.InteropServices
Utf8EncodedCodePoint ( char highSurrogate, char lowSurrogate ) : System.Runtime.InteropServices

Method Details

Utf8EncodedCodePoint() public method

public Utf8EncodedCodePoint ( char character ) : System.Runtime.InteropServices
character char
return System.Runtime.InteropServices

Utf8EncodedCodePoint() public method

public Utf8EncodedCodePoint ( char highSurrogate, char lowSurrogate ) : System.Runtime.InteropServices
highSurrogate char
lowSurrogate char
return System.Runtime.InteropServices