C# Class Portable.Text.CP28592

Inheritance: ByteEncoding
Afficher le fichier Open project: jstedfast/Portable.Text.Encoding

Méthodes publiques

Méthode Description
CP28592 ( ) : System
GetByteCount ( string s ) : int
GetByteCountImpl ( char chars, int charCount ) : int
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int

Méthodes protégées

Méthode Description
ToBytes ( char chars, int charCount, byte bytes, int byteCount ) : void

Method Details

CP28592() public méthode

public CP28592 ( ) : System
Résultat System

GetByteCount() public méthode

public GetByteCount ( string s ) : int
s string
Résultat int

GetByteCountImpl() public méthode

public GetByteCountImpl ( char chars, int charCount ) : int
chars char
charCount int
Résultat int

GetBytesImpl() public méthode

public GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int
chars char
charCount int
bytes byte
byteCount int
Résultat int

ToBytes() protected méthode

protected ToBytes ( char chars, int charCount, byte bytes, int byteCount ) : void
chars char
charCount int
bytes byte
byteCount int
Résultat void