System::Text::Encoding::GetMaxCharCount methode
Encoding::GetMaxCharCount method
Haal het maximale aantal tekens op dat nodig is om een opgegeven aantal bytes te decoderen.
virtual int System::Text::Encoding::GetMaxCharCount(int byte_count)=0
| Parameter | Type | Beschrijving |
|---|---|---|
| byte_count | int | Aantal bytes om te decoderen. |
ReturnValue
Aantal bytes voldoende om elke tekenreeks van gegeven lengte te decoderen.
Zie ook
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++