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
| Parameter | Type | Beschrijving |
|---|---|---|
| char_count | int | Aantal tekens om te coderen. |
ReturnValue
Aantal bytes voldoende om elke tekenreeks van gegeven lengte te coderen.
Zie ook
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++