Method | Description | |
---|---|---|
GetCharCount ( byte bytes, int index, int count ) : int | ||
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int | ||
UnicodeDecoder ( bool bigEndian ) : System |
public GetCharCount ( byte bytes, int index, int count ) : int | ||
bytes | byte | |
index | int | |
count | int | |
return | int |
public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int | ||
bytes | byte | |
byteIndex | int | |
byteCount | int | |
chars | char | |
charIndex | int | |
return | int |
public UnicodeDecoder ( bool bigEndian ) : System | ||
bigEndian | bool | |
return | System |