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
| Parameter | Type | Beschrijving |
|---|---|---|
| byteCount | int | Byte aantal. |
ReturnValue
Aantal tekens voldoende om elke reeks van byteCount tekens te bevatten.
Zie ook
- Class ASCIIEncoding
- Namespace System::Text
- Library Aspose.Page for C++