System::Text::Encoding::GetMaxByteCount methode

Encoding::GetMaxByteCount method

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

virtual int System::Text::Encoding::GetMaxByteCount(int char_count)=0
ParameterTypeBeschrijving
char_countintAantal tekens om te coderen.

ReturnValue

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

Zie ook