طريقة System::Text::ASCIIEncoding::GetMaxCharCount
ASCIIEncoding::GetMaxCharCount method
احصل على الحد الأقصى لعدد الأحرف المطلوبة لفك ترميز عدد محدد من البايتات.
int System::Text::ASCIIEncoding::GetMaxCharCount(int byteCount) override
| Parameter | Type | الوصف |
|---|---|---|
| byteCount | int | عدد Byte. |
ReturnValue
عدد الأحرف الكافي لاحتواء أي تسلسل من byteCount حرفًا.
انظر أيضًا
- Class ASCIIEncoding
- Namespace System::Text
- Library Aspose.Page for C++