System::Text::ICUEncoding::GetMaxCharCount methode

ICUEncoding::GetMaxCharCount method

Haal het maximale aantal tekens op dat nodig is om een opgegeven aantal bytes te decoderen.

int System::Text::ICUEncoding::GetMaxCharCount(int byte_count) override
ParameterTypeBeschrijving
byte_countintAantal bytes om te decoderen.

ReturnValue

Aantal bytes voldoende om elke tekenreeks van gegeven lengte te decoderen.

Zie ook