System::Text::Encoding::GetMaxByteCount method

Encoding::GetMaxByteCount method

Get the maximum number of bytes needed to encode a specified number of characters.

virtual int System::Text::Encoding::GetMaxByteCount(int char_count)=0
ParameterTypeDescription
char_countintNumber of characters to encode.

ReturnValue

Number of bytes sufficient to encode any string of given character length.

See Also