طريقة System::Text::UTF7Encoding::GetByteCount

UTF7Encoding::GetByteCount(ArrayPtr<char_t>) method

احصل على عدد الأحرف المطلوبة لترميز مخزن الأحرف.

virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars)
معاملنوعالوصف
charsArrayPtr<char_t>مخزن الأحرف.

ReturnValue

حجم المخزن المطلوب.

انظر أيضًا

UTF7Encoding::GetByteCount(ArrayPtr<char_t>, int, int) method

احصل على عدد الأحرف المطلوبة لترميز مخزن الأحرف.

virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars, int index, int count)
معاملنوعالوصف
charsArrayPtr<char_t>مخزن الأحرف.
الفهرسintبدء القطعة.
countintحجم القطعة.

ReturnValue

حجم المخزن المطلوب.

انظر أيضًا

UTF7Encoding::GetByteCount(const char_t *, int) method

احصل على عدد الأحرف المطلوبة لترميز مخزن الأحرف.

int System::Text::UTF7Encoding::GetByteCount(const char_t *chars, int count) override
معاملنوعالوصف
charsconst char_t *مخزن الأحرف.
countintBuffer الحجم.

ReturnValue

حجم المخزن المطلوب.

انظر أيضًا

UTF7Encoding::GetByteCount(const String&) method

احصل على عدد الأحرف المطلوبة لترميز سلسلة.

virtual int System::Text::Encoding::GetByteCount(const String &s)
معاملنوعالوصف
sconst String&String للترميز.

ReturnValue

حجم المخزن المطلوب.

انظر أيضًا

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)
معاملنوعالوصف
charsconst System::Details::StackArray<char_t, N>&مخزن الأحرف.
الفهرسintبدء القطعة.
countintحجم القطعة.

ReturnValue

حجم المخزن المطلوب.

انظر أيضًا

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)
معاملنوعالوصف
charsSystem::Details::ArrayView<char_t>مخزن الأحرف.
الفهرسintبدء القطعة.
countintحجم القطعة.

ReturnValue

حجم المخزن المطلوب.

انظر أيضًا