System::Text::ASCIIEncoding::GetMaxCharCount metod
ASCIIEncoding::GetMaxCharCount method
Hämta det maximala antalet tecken som behövs för att avkoda ett angivet antal byte.
int System::Text::ASCIIEncoding::GetMaxCharCount(int byteCount) override
| Parameter | Type | Beskrivning |
|---|---|---|
| byteCount | int | Byte antal. |
ReturnValue
Antal tecken som räcker för att rymma en godtycklig sekvens av byteCount tecken.
Se även
- Class ASCIIEncoding
- Namespace System::Text
- Library Aspose.Page for C++