[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
public override int GetByteCount(
char[] chars,
int index,
int count
)
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