GetMaxByteCount()
ASCIIEncoding::GetMaxByteCount(int) method
Gets max byte count possible to hold a string of known character count.
int System::Text::ASCIIEncoding::GetMaxByteCount(int char_count) override
Arguments
Parameter | Type | Description |
---|---|---|
char_count | int | Character count. |
Return Value
Number of characters sufficient to hold any string of charCount characters.
See Also
- Class ASCIIEncoding
- Namespace System::Text
- Library Aspose.Slides