C# Class System.Text.SBCSCodePageEncoding

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

Private Properties

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

Méthodes publiques

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

Private Methods

Méthode Description
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

Method Details

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