System::Text::UTF7Encoding::GetByteCount methode

UTF7Encoding::GetByteCount(ArrayPtr<char_t>) method

Haal het aantal tekens op dat nodig is om een tekenbuffer te coderen.

virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars)
ParameterTypeBeschrijving
tekensArrayPtr<char_t>Tekensbuffer.

ReturnValue

Vereiste buffergrootte.

Zie ook

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

Haal het aantal tekens op dat nodig is om een tekenbuffer te coderen.

virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars, int index, int count)
ParameterTypeBeschrijving
tekensArrayPtr<char_t>Tekensbuffer.
indexintBegin van slice.
countintSlice‑grootte.

ReturnValue

Vereiste buffergrootte.

Zie ook

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

Haal het aantal tekens op dat nodig is om een tekenbuffer te coderen.

int System::Text::UTF7Encoding::GetByteCount(const char_t *chars, int count) override
ParameterTypeBeschrijving
tekensconst char_t *Tekensbuffer.
countintBuffer grootte.

ReturnValue

Vereiste buffergrootte.

Zie ook

UTF7Encoding::GetByteCount(const String&) method

Haal het aantal tekens op dat nodig is om een string te coderen.

virtual int System::Text::Encoding::GetByteCount(const String &s)
ParameterTypeBeschrijving
sconst String&String om te coderen.

ReturnValue

Vereiste buffergrootte.

Zie ook

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

Haal het aantal tekens op dat nodig is om een tekenbuffer te coderen.

template<std::size_t> int System::Text::Encoding::GetByteCount(const System::Details::StackArray<char_t, N> &chars, int index, int count)
ParameterTypeBeschrijving
tekensconst System::Details::StackArray<char_t, N>&Tekensbuffer.
indexintBegin van slice.
countintSlice‑grootte.

ReturnValue

Vereiste buffergrootte.

Zie ook

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

Haal het aantal tekens op dat nodig is om een tekenbuffer te coderen.

virtual int System::Text::Encoding::GetByteCount(System::Details::ArrayView<char_t> chars, int index, int count)
ParameterTypeBeschrijving
tekensSystem::Details::ArrayView<char_t>Tekensbuffer.
indexintBegin van slice.
countintSlice‑grootte.

ReturnValue

Vereiste buffergrootte.

Zie ook