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