System::Text::ICUEncoding::GetByteCount metod

ICUEncoding::GetByteCount(ArrayPtr<char_t>) method

RTTI.

virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars)

Se även

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

RTTI.

virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars, int index, int count)

Se även

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

Hämta antalet tecken som behövs för att koda en teckenbuffert.

int System::Text::ICUEncoding::GetByteCount(const char_t *chars, int count) override
ParameterTypeBeskrivning
charsconst char_t *Teckenbuffer.
countintBuffer storlek.

ReturnValue

Krävd bufferstorlek.

Se även

ICUEncoding::GetByteCount(const String&) method

RTTI.

virtual int System::Text::Encoding::GetByteCount(const String &s)

Se även

ICUEncoding::GetByteCount(const System::Details::StackArray<char_t, N>&, int, int) method

RTTI.

template<std::size_t> int System::Text::Encoding::GetByteCount(const System::Details::StackArray<char_t, N> &chars, int index, int count)

Se även

ICUEncoding::GetByteCount(System::Details::ArrayView<char_t>, int, int) method

RTTI.

virtual int System::Text::Encoding::GetByteCount(System::Details::ArrayView<char_t> chars, int index, int count)

Se även