JGR MSTS Editors and Tools
GetChars Method (bytes, byteIndex, byteCount, chars, charIndex)
NamespacesJgr.IOByteEncodingGetChars(array<Byte>[]()[][], Int32, Int32, array<Char>[]()[][], Int32)

[This is preliminary documentation and is subject to change.]

Decodes a sequence of bytes from the specified byte array into the specified character array.
Declaration Syntax
C#Visual BasicVisual C++
public override int GetChars(
	byte[] bytes,
	int byteIndex,
	int byteCount,
	char[] chars,
	int charIndex
)
Public Overrides Function GetChars ( _
	bytes As Byte(), _
	byteIndex As Integer, _
	byteCount As Integer, _
	chars As Char(), _
	charIndex As Integer _
) As Integer
public:
virtual int GetChars(
	array<unsigned char>^ bytes, 
	int byteIndex, 
	int byteCount, 
	array<wchar_t>^ chars, 
	int charIndex
) override
Parameters
bytes (array<Byte>[]()[][])
The byte array containing the sequence of bytes to decode.
byteIndex (Int32)
The index of the first byte to decode.
byteCount (Int32)
The number of bytes to decode.
chars (array<Char>[]()[][])
The character array to contain the resulting set of characters.
charIndex (Int32)
The index at which to start writing the resulting set of characters.
Return Value
The actual number of characters written into chars.

Assembly: JGR.IO (Module: JGR.IO) Version: 0.5.4008.31681