طريقة System::Text::ICUEncoding::GetChars

ICUEncoding::GetChars(ArrayPtr<uint8_t>) method

احصل على الأحرف الناتجة عن فك ترميز مخزن البايتات.

virtual ArrayPtr<char_t> System::Text::Encoding::GetChars(ArrayPtr<uint8_t> bytes)
معاملنوعالوصف
bytesArrayPtr<uint8_t>Buffer لقراءة البايتات من.

ReturnValue

Buffer of decoded characters.

انظر أيضًا

ICUEncoding::GetChars(ArrayPtr<uint8_t>, int, int, ArrayPtr<char_t>, int) method

احصل على الأحرف الناتجة عن فك ترميز مخزن البايتات.

virtual int System::Text::Encoding::GetChars(ArrayPtr<uint8_t> bytes, int byte_index, int byte_count, ArrayPtr<char_t> chars, int char_index)
معاملنوعالوصف
bytesArrayPtr<uint8_t>Buffer لقراءة البايتات من.
byte_indexintإزاحة مخزن الإدخال.
byte_countintحجم المخزن المؤقت للإدخال.
charsArrayPtr<char_t>Buffer لوضع الأحرف فيه.
char_indexintإزاحة المخزن المؤقت للإخراج.

ReturnValue

عدد الأحرف المكتوبة.

انظر أيضًا

ICUEncoding::GetChars(ArrayPtr<uint8_t>, int, int) method

احصل على الأحرف الناتجة عن فك ترميز مخزن البايتات.

virtual ArrayPtr<char_t> System::Text::Encoding::GetChars(ArrayPtr<uint8_t> bytes, int index, int count)
معاملنوعالوصف
bytesArrayPtr<uint8_t>Buffer لقراءة البايتات من.
الفهرسintإزاحة مخزن الإدخال.
countintحجم المخزن المؤقت للإدخال.

ReturnValue

Buffer of decoded characters.

انظر أيضًا

ICUEncoding::GetChars(const uint8_t *, int, char_t *, int) method

احصل على الأحرف الناتجة عن فك ترميز مخزن البايتات.

int System::Text::ICUEncoding::GetChars(const uint8_t *bytes, int byte_count, char_t *chars, int char_count) override
معاملنوعالوصف
bytesconst uint8_t *Buffer لقراءة البايتات من.
byte_countintحجم المخزن المؤقت للإدخال.
charschar_t *Buffer لوضع الأحرف فيه.
char_countintحجم مخزن الإخراج.

ReturnValue

عدد الأحرف المكتوبة.

انظر أيضًا