طريقة System::Text::UTF7Encoding::GetBytes
UTF7Encoding::GetBytes(ArrayPtr<char_t>) method
احصل على البايتات الناتجة عن ترميز مخزن الأحرف.
virtual ArrayPtr<uint8_t> System::Text::Encoding::GetBytes(ArrayPtr<char_t> chars)
| معامل | نوع | الوصف |
|---|---|---|
| chars | ArrayPtr<char_t> | الأحرف المراد ترميزها. |
ReturnValue
Buffer that holds representation of characters being encoded.
انظر أيضًا
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetBytes(ArrayPtr<char_t>, int, int, ArrayPtr<uint8_t>, int) method
احصل على البايتات الناتجة عن ترميز مخزن الأحرف.
int System::Text::UTF7Encoding::GetBytes(ArrayPtr<char_t> chars, int char_index, int char_count, ArrayPtr<uint8_t> bytes, int byte_index) override
| معامل | نوع | الوصف |
|---|---|---|
| chars | ArrayPtr<char_t> | الأحرف المراد ترميزها. |
| char_index | int | بداية مقطع الحرف. |
| char_count | int | عدد الأحرف المراد تحويلها. |
| bytes | ArrayPtr<uint8_t> | Buffer لوضع الأحرف فيه. |
| byte_index | int | إزاحة المخزن المؤقت للإخراج. |
ReturnValue
عدد البايتات المكتوبة.
انظر أيضًا
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetBytes(ArrayPtr<char_t>, int, int) method
احصل على البايتات الناتجة عن ترميز مخزن الأحرف.
virtual ArrayPtr<uint8_t> System::Text::Encoding::GetBytes(ArrayPtr<char_t> chars, int index, int count)
| معامل | نوع | الوصف |
|---|---|---|
| chars | ArrayPtr<char_t> | الأحرف المراد ترميزها. |
| الفهرس | int | بداية مقطع الحرف. |
| count | int | عدد الأحرف المراد تحويلها. |
ReturnValue
Buffer that holds representation of characters being encoded.
انظر أيضًا
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetBytes(const char_t *, int, uint8_t *, int) method
احصل على البايتات الناتجة عن ترميز مخزن الأحرف.
int System::Text::UTF7Encoding::GetBytes(const char_t *chars, int char_count, uint8_t *bytes, int byte_count) override
| معامل | نوع | الوصف |
|---|---|---|
| chars | const char_t * | الأحرف المراد ترميزها. |
| char_count | int | عدد الأحرف المراد تحويلها. |
| bytes | uint8_t * | Buffer لوضع الأحرف فيه. |
| byte_count | int | حجم مخزن الإخراج. |
ReturnValue
عدد البايتات المكتوبة.
انظر أيضًا
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetBytes(const String&) method
احصل على البايتات الناتجة عن ترميز مخزن الأحرف.
virtual ArrayPtr<uint8_t> System::Text::Encoding::GetBytes(const String &s)
| معامل | نوع | الوصف |
|---|---|---|
| s | const String& | String للترميز. |
ReturnValue
Buffer that holds representation of characters being encoded.
انظر أيضًا
- Typedef ArrayPtr
- Class String
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetBytes(const String&, int, int, ArrayPtr<uint8_t>, int) method
احصل على البايتات الناتجة عن ترميز مخزن الأحرف.
int System::Text::UTF7Encoding::GetBytes(const String &s, int char_index, int char_count, ArrayPtr<uint8_t> bytes, int byte_index) override
| معامل | نوع | الوصف |
|---|---|---|
| s | const String& | String للترميز. |
| char_index | int | بداية مقطع الحرف. |
| char_count | int | عدد الأحرف المراد تحويلها. |
| bytes | ArrayPtr<uint8_t> | Buffer لوضع الأحرف فيه. |
| byte_index | int | إزاحة المخزن المؤقت للإخراج. |
ReturnValue
عدد البايتات المكتوبة.
انظر أيضًا
- Class String
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetBytes(const System::Details::ArrayView<char_t>&, int, int) method
احصل على البايتات الناتجة عن ترميز مخزن الأحرف.
virtual ArrayPtr<uint8_t> System::Text::Encoding::GetBytes(const System::Details::ArrayView<char_t> &chars, int index, int count)
| معامل | نوع | الوصف |
|---|---|---|
| chars | const System::Details::ArrayView<char_t>& | الأحرف المراد ترميزها. |
| الفهرس | int | بداية مقطع الحرف. |
| count | int | عدد الأحرف المراد تحويلها. |
ReturnValue
Buffer that holds representation of characters being encoded.
انظر أيضًا
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetBytes(const System::Details::StackArray<char_t, N>&, int, int) method
احصل على البايتات الناتجة عن ترميز مخزن الأحرف.
template<std::size_t> ArrayPtr<uint8_t> System::Text::Encoding::GetBytes(const System::Details::StackArray<char_t, N> &chars, int index, int count)
| معامل | نوع | الوصف |
|---|---|---|
| chars | const System::Details::StackArray<char_t, N>& | الأحرف المراد ترميزها. |
| الفهرس | int | بداية مقطع الحرف. |
| count | int | عدد الأحرف المراد تحويلها. |
ReturnValue
Buffer that holds representation of characters being encoded.
انظر أيضًا
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetBytes(System::Details::ArrayView<char_t>, int, int, System::Details::ArrayView<uint8_t>, int) method
احصل على البايتات الناتجة عن ترميز مخزن الأحرف.
virtual int System::Text::Encoding::GetBytes(System::Details::ArrayView<char_t> chars, int char_index, int char_count, System::Details::ArrayView<uint8_t> bytes, int byte_index)
| معامل | نوع | الوصف |
|---|---|---|
| chars | System::Details::ArrayView<char_t> | الأحرف المراد ترميزها. |
| char_index | int | بداية مقطع الحرف. |
| char_count | int | عدد الأحرف المراد تحويلها. |
| bytes | System::Details::ArrayView<uint8_t> | Buffer لوضع الأحرف فيه. |
| byte_index | int | إزاحة المخزن المؤقت للإخراج. |
ReturnValue
عدد البايتات المكتوبة.
انظر أيضًا
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetBytes(System::Details::StackArray<char_t, SC>&, int, int, System::Details::StackArray<uint8_t, SB>&, int) method
احصل على البايتات الناتجة عن ترميز مخزن الأحرف.
template<std::size_t,std::size_t> int System::Text::Encoding::GetBytes(System::Details::StackArray<char_t, SC> &chars, int char_index, int char_count, System::Details::StackArray<uint8_t, SB> &bytes, int byte_index)
| معامل | نوع | الوصف |
|---|---|---|
| chars | System::Details::StackArray<char_t, SC>& | الأحرف المراد ترميزها. |
| char_index | int | بداية مقطع الحرف. |
| char_count | int | عدد الأحرف المراد تحويلها. |
| bytes | System::Details::StackArray<uint8_t, SB>& | Buffer لوضع الأحرف فيه. |
| byte_index | int | إزاحة المخزن المؤقت للإخراج. |
ReturnValue
عدد البايتات المكتوبة.
انظر أيضًا
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++