System::Text::ICUEncoding::GetMaxByteCount methode
ICUEncoding::GetMaxByteCount method
Haal het maximale aantal bytes op dat nodig is om een opgegeven aantal tekens te coderen.
int System::Text::ICUEncoding::GetMaxByteCount(int char_count) override
| 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 ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++