طريقة System::Text::UTF7Encoding::GetByteCount
محتويات
[
يخفي
]UTF7Encoding::GetByteCount(ArrayPtr<char_t>) method
احصل على عدد الأحرف المطلوبة لترميز مخزن الأحرف.
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars)
| معامل | نوع | الوصف |
|---|---|---|
| chars | ArrayPtr<char_t> | مخزن الأحرف. |
ReturnValue
حجم المخزن المطلوب.
انظر أيضًا
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetByteCount(ArrayPtr<char_t>, int, int) method
احصل على عدد الأحرف المطلوبة لترميز مخزن الأحرف.
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars, int index, int count)
| معامل | نوع | الوصف |
|---|---|---|
| chars | ArrayPtr<char_t> | مخزن الأحرف. |
| الفهرس | int | بدء القطعة. |
| count | int | حجم القطعة. |
ReturnValue
حجم المخزن المطلوب.
انظر أيضًا
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetByteCount(const char_t *, int) method
احصل على عدد الأحرف المطلوبة لترميز مخزن الأحرف.
int System::Text::UTF7Encoding::GetByteCount(const char_t *chars, int count) override
| معامل | نوع | الوصف |
|---|---|---|
| chars | const char_t * | مخزن الأحرف. |
| count | int | Buffer الحجم. |
ReturnValue
حجم المخزن المطلوب.
انظر أيضًا
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetByteCount(const String&) method
احصل على عدد الأحرف المطلوبة لترميز سلسلة.
virtual int System::Text::Encoding::GetByteCount(const String &s)
| معامل | نوع | الوصف |
|---|---|---|
| s | const String& | String للترميز. |
ReturnValue
حجم المخزن المطلوب.
انظر أيضًا
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetByteCount(const System::Details::StackArray<char_t, N>&, int, int) method
احصل على عدد الأحرف المطلوبة لترميز مخزن الأحرف.
template<std::size_t> int System::Text::Encoding::GetByteCount(const System::Details::StackArray<char_t, N> &chars, int index, int count)
| معامل | نوع | الوصف |
|---|---|---|
| chars | const System::Details::StackArray<char_t, N>& | مخزن الأحرف. |
| الفهرس | int | بدء القطعة. |
| count | int | حجم القطعة. |
ReturnValue
حجم المخزن المطلوب.
انظر أيضًا
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetByteCount(System::Details::ArrayView<char_t>, int, int) method
احصل على عدد الأحرف المطلوبة لترميز مخزن الأحرف.
virtual int System::Text::Encoding::GetByteCount(System::Details::ArrayView<char_t> chars, int index, int count)
| معامل | نوع | الوصف |
|---|---|---|
| chars | System::Details::ArrayView<char_t> | مخزن الأحرف. |
| الفهرس | int | بدء القطعة. |
| count | int | حجم القطعة. |
ReturnValue
حجم المخزن المطلوب.
انظر أيضًا
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++