Method | Description | |
---|---|---|
GetDecoder ( ) : |
||
GetEncoder ( ) : |
||
GetHashCode ( ) : int | ||
GetMaxByteCount ( int charCount ) : int | ||
GetMaxCharCount ( int byteCount ) : int | ||
ISCIIEncoding ( int codePage ) : System |
Method | Description | |
---|---|---|
GetByteCount ( char chars, int count, |
||
GetBytes ( char chars, int charCount, byte bytes, int byteCount, |
||
GetCharCount ( byte bytes, int count, |
||
GetChars ( byte bytes, int byteCount, char chars, int charCount, |
||
ISerializable ( |
public GetMaxByteCount ( int charCount ) : int | ||
charCount | int | |
return | int |
public GetMaxCharCount ( int byteCount ) : int | ||
byteCount | int | |
return | int |
public ISCIIEncoding ( int codePage ) : System | ||
codePage | int | |
return | System |