GetMaxByteCount()

UTF7Encoding::GetMaxByteCount(int) method

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

int System::Text::UTF7Encoding::GetMaxByteCount(int char_count) override

Arguments

ParameterTypeDescription
char_countintNumber of characters to encode.

Return Value

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

See Also