System::Text::Encoder::GetByteCount طريقة
محتويات
[
يخفي
]Encoder::GetByteCount(ArrayPtr<char_t>, int, int, bool) method
يحصل على عدد البايتات المطلوبة لترميز مخزن مؤقت.
virtual int System::Text::Encoder::GetByteCount(ArrayPtr<char_t> chars, int index, int count, bool flush)
| معامل | نوع | الوصف |
|---|---|---|
| chars | ArrayPtr<char_t> | الأحرف المراد ترميزها. |
| index | int | Buffer الإزاحة. |
| count | int | عدد الأحرف المراد ترميزها. |
| flush | bool | إذا كان true، ينظف حالة المشفر الداخلية بعد الحساب. |
ReturnValue
عدد البايتات المطلوبة لترميز المخزن.
انظر أيضًا
- Typedef ArrayPtr
- Class Encoder
- Namespace System::Text
- Library Aspose.Font for C++
Encoder::GetByteCount(const char_t *, int, bool) method
يحصل على عدد البايتات المطلوبة لترميز مخزن مؤقت.
virtual int System::Text::Encoder::GetByteCount(const char_t *chars, int count, bool flush)
| معامل | نوع | الوصف |
|---|---|---|
| chars | const char_t * | الأحرف المراد ترميزها. |
| count | int | عدد الأحرف المراد ترميزها. |
| flush | bool | إذا كان true، ينظف حالة المشفر الداخلية بعد الحساب. |
ReturnValue
عدد البايتات المطلوبة لترميز المخزن.
انظر أيضًا
- Class Encoder
- Namespace System::Text
- Library Aspose.Font for C++