C# Class System.Text.DBCSCodePageEncoding

Inheritance: BaseCodePageEncoding
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Protected Properties

Свойство Type Description
charUnknown char

Private Properties

Свойство Type Description
CleanUpEndBytes void
DBCSCodePageEncoding System
DBCSCodePageEncoding System
DBCSCodePageEncoding System
GetByteCount int
GetBytes int
GetCharCount int
GetChars int
LoadManagedCodePage void
ReadBestFitTable void

Méthodes publiques

Méthode Description
GetDecoder ( ) : Decoder
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int

Méthodes protégées

Méthode Description
CleanUpBytes ( int &bytes ) : bool

Private Methods

Méthode Description
CleanUpEndBytes ( char chars ) : void
DBCSCodePageEncoding ( int codePage ) : System
DBCSCodePageEncoding ( int codePage, int dataCodePage ) : System
DBCSCodePageEncoding ( int codePage, int dataCodePage, EncoderFallback enc, DecoderFallback dec ) : System
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 baseDecoder ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount, DecoderNLS baseDecoder ) : int
LoadManagedCodePage ( ) : void
ReadBestFitTable ( ) : void

Method Details

CleanUpBytes() protected méthode

protected CleanUpBytes ( int &bytes ) : bool
bytes int
Résultat bool

GetDecoder() public méthode

public GetDecoder ( ) : Decoder
Résultat Decoder

GetMaxByteCount() public méthode

public GetMaxByteCount ( int charCount ) : int
charCount int
Résultat int

GetMaxCharCount() public méthode

public GetMaxCharCount ( int byteCount ) : int
byteCount int
Résultat int

Property Details

charUnknown protected_oe property

protected char charUnknown
Résultat char