System::Text::ASCIIEncoding::GetMaxCharCount methode

ASCIIEncoding::GetMaxCharCount method

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

int System::Text::ASCIIEncoding::GetMaxCharCount(int byteCount) override
ParameterTypeBeschrijving
byteCountintByte aantal.

ReturnValue

Aantal tekens voldoende om elke reeks van byteCount tekens te bevatten.

Zie ook