JGR MSTS Editors and Tools
GetMaxByteCount Method (charCount)
NamespacesJgr.IOByteEncodingGetMaxByteCount(Int32)

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

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

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