System::Text::ICUEncoding::GetCharCount طريقة
محتويات
[
يخفي
]ICUEncoding::GetCharCount(ArrayPtr<uint8_t>) method
احصل على عدد الأحرف المطلوبة لفك ترميز مخزن البايتات.
virtual int System::Text::Encoding::GetCharCount(ArrayPtr<uint8_t> bytes)
| معامل | نوع | الوصف |
|---|---|---|
| بايتات | ArrayPtr<uint8_t> | البايتات للفك. |
ReturnValue
عدد الأحرف.
انظر أيضًا
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Font for C++
ICUEncoding::GetCharCount(ArrayPtr<uint8_t>, int, int) method
احصل على عدد الأحرف المطلوبة لفك ترميز مخزن البايتات.
virtual int System::Text::Encoding::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count)
| معامل | نوع | الوصف |
|---|---|---|
| بايتات | ArrayPtr<uint8_t> | البايتات للفك. |
| الفهرس | int | بداية القطعة. |
| count | int | حجم القطعة. |
ReturnValue
عدد الأحرف.
انظر أيضًا
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Font for C++
ICUEncoding::GetCharCount(const uint8_t *, int) method
احصل على عدد الأحرف المطلوبة لفك ترميز مخزن البايتات.
int System::Text::ICUEncoding::GetCharCount(const uint8_t *bytes, int count) override
| معامل | نوع | الوصف |
|---|---|---|
| بايتات | const uint8_t * | البايتات للفك. |
| count | int | عدد البايتات. |
ReturnValue
عدد الأحرف.
انظر أيضًا
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Font for C++