C# 클래스 System.Text.Utf8.Utf8EncodedCodePoint

파일 보기 프로젝트 열기: antiufo/Shaman.ValueString 1 사용 예제들

공개 메소드들

메소드 설명
Utf8EncodedCodePoint ( char character ) : System.Runtime.InteropServices
Utf8EncodedCodePoint ( char highSurrogate, char lowSurrogate ) : System.Runtime.InteropServices

메소드 상세

Utf8EncodedCodePoint() 공개 메소드

public Utf8EncodedCodePoint ( char character ) : System.Runtime.InteropServices
character char
리턴 System.Runtime.InteropServices

Utf8EncodedCodePoint() 공개 메소드

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