JGR MSTS Editors and Tools
GetByteCount Method (chars, index, count)
NamespacesJgr.IOByteEncodingGetByteCount(array<Char>[]()[][], Int32, Int32)

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

Calculates the number of bytes produced by encoding a set of characters from the specified character array.
Declaration Syntax
C#Visual BasicVisual C++
public override int GetByteCount(
	char[] chars,
	int index,
	int count
)
Public Overrides Function GetByteCount ( _
	chars As Char(), _
	index As Integer, _
	count As Integer _
) As Integer
public:
virtual int GetByteCount(
	array<wchar_t>^ chars, 
	int index, 
	int count
) override
Parameters
chars (array<Char>[]()[][])
The character array containing the set of characters to encode.
index (Int32)
The index of the first character to encode.
count (Int32)
The number of characters to encode.
Return Value
The number of bytes produced by encoding the specified characters.

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