Method | Description | |
---|---|---|
GetBytes ( this encoding, Char chars, Byte bytes, |
Extends GetBytes so that buffer offset of 0 and call to Array.Length are not needed.
|
|
GetChars ( this encoding, Byte bytes, Char chars, |
Extends GetChars so that buffer offset of 0 and call to Array.Length are not needed.
|
public static GetBytes ( this encoding, Char chars, Byte bytes, |
||
encoding | this | |
chars | Char | |
bytes | Byte | |
byteIndex | ||
return |
public static GetChars ( this encoding, Byte bytes, Char chars, |
||
encoding | this | |
bytes | Byte | |
chars | Char | |
charIndex | ||
return |