System::Text::ICUEncoding::GetMaxCharCount method
ICUEncoding::GetMaxCharCount method
Get the maximum number of characters needed to decode a specified number of bytes.
int System::Text::ICUEncoding::GetMaxCharCount(int byte_count) override
Parameter | Type | Description |
---|---|---|
byte_count | int | Number of bytes to decode. |
ReturnValue
Number of bytes sufficient to decode any string of given character length.
See Also
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.PUB for C++