Метод | Описание | |
---|---|---|
CP51932Encoder ( Portable.Text.MonoEncoding encoding ) : System | ||
GetByteCountImpl ( char chars, int charCount, bool refresh ) : int | ||
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount, bool refresh ) : int |
public CP51932Encoder ( Portable.Text.MonoEncoding encoding ) : System | ||
encoding | Portable.Text.MonoEncoding | |
Результат | System |
public GetByteCountImpl ( char chars, int charCount, bool refresh ) : int | ||
chars | char | |
charCount | int | |
refresh | bool | |
Результат | int |
public GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount, bool refresh ) : int | ||
chars | char | |
charCount | int | |
bytes | byte | |
byteCount | int | |
refresh | bool | |
Результат | int |