JGR MSTS Editors and Tools
GetMaxCharCount Method (byteCount)
NamespacesJgr.IOByteEncodingGetMaxCharCount(Int32)

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

Calculates the maximum number of characters produced by decoding the specified number of bytes.
Declaration Syntax
C#Visual BasicVisual C++
public override int GetMaxCharCount(
	int byteCount
)
Public Overrides Function GetMaxCharCount ( _
	byteCount As Integer _
) As Integer
public:
virtual int GetMaxCharCount(
	int byteCount
) override
Parameters
byteCount (Int32)
The number of bytes to decode.
Return Value
The maximum number of characters produced by decoding the specified number of bytes.

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