C# 클래스 System.Text.Latin1Encoding

상속: Encoding
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int
IsAlwaysNormalized ( NormalizationForm form ) : bool
Latin1Encoding ( ) : System

비공개 메소드들

메소드 설명
GetBestFitUnicodeToBytesData ( ) : char[]
GetByteCount ( char chars, int charCount, 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
ISerializable ( SerializationInfo info, StreamingContext context ) : void
Latin1Encoding ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

GetMaxByteCount() 공개 메소드

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

GetMaxCharCount() 공개 메소드

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

IsAlwaysNormalized() 공개 메소드

public IsAlwaysNormalized ( NormalizationForm form ) : bool
form NormalizationForm
리턴 bool

Latin1Encoding() 공개 메소드

public Latin1Encoding ( ) : System
리턴 System