JGR MSTS Editors and Tools
GetCharCount Method (bytes, index, count)
NamespacesJgr.IOByteEncodingGetCharCount(array<Byte>[]()[][], Int32, Int32)

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

Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.
Declaration Syntax
C#Visual BasicVisual C++
public override int GetCharCount(
	byte[] bytes,
	int index,
	int count
)
Public Overrides Function GetCharCount ( _
	bytes As Byte(), _
	index As Integer, _
	count As Integer _
) As Integer
public:
virtual int GetCharCount(
	array<unsigned char>^ bytes, 
	int index, 
	int count
) override
Parameters
bytes (array<Byte>[]()[][])
The byte array containing the sequence of bytes to decode.
index (Int32)
The index of the first byte to decode.
count (Int32)
The number of bytes to decode.
Return Value
The number of characters produced by decoding the specified sequence of bytes.

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