System::Text::Encoding::GetMaxByteCount metod
Encoding::GetMaxByteCount method
Hämta det maximala antalet byte som behövs för att koda ett angivet antal tecken.
virtual int System::Text::Encoding::GetMaxByteCount(int char_count)=0
| Parameter | Type | Beskrivning |
|---|---|---|
| char_count | int | Antal tecken att koda. |
ReturnValue
Antal byte som räcker för att koda vilken sträng som helst med given teckenlängd.
Se även
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++