C# 클래스 System.Text.SBCSCodePageEncoding

상속: BaseCodePageEncoding
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetByteCount int
GetBytes int
GetCharCount int
GetChars int
LoadManagedCodePage void
ReadBestFitTable void
SBCSCodePageEncoding System
SBCSCodePageEncoding System
ZeroMemAligned void

공개 메소드들

메소드 설명
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int

비공개 메소드들

메소드 설명
GetByteCount ( char chars, int count, EncoderNLS encoder ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount, EncoderNLS encoder ) : int
GetCharCount ( byte bytes, int count, DecoderNLS decoder ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount, DecoderNLS decoder ) : int
LoadManagedCodePage ( ) : void
ReadBestFitTable ( ) : void
SBCSCodePageEncoding ( int codePage ) : System
SBCSCodePageEncoding ( int codePage, int dataCodePage ) : System
ZeroMemAligned ( byte buffer, int count ) : void

메소드 상세

GetMaxByteCount() 공개 메소드

public GetMaxByteCount ( int charCount ) : int
charCount int
리턴 int

GetMaxCharCount() 공개 메소드

public GetMaxCharCount ( int byteCount ) : int
byteCount int
리턴 int