System::Text::ICUEncoding::GetCharCount methode

ICUEncoding::GetCharCount(ArrayPtr<uint8_t>) method

Haal het aantal tekens op dat nodig is om een bytebuffer te decoderen.

virtual int System::Text::Encoding::GetCharCount(ArrayPtr<uint8_t> bytes)
ParameterTypeBeschrijving
bytesArrayPtr<uint8_t>Bytes om te decoderen.

ReturnValue

Aantal tekens.

Zie ook

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

Haal het aantal tekens op dat nodig is om een bytebuffer te decoderen.

virtual int System::Text::Encoding::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count)
ParameterTypeBeschrijving
bytesArrayPtr<uint8_t>Bytes om te decoderen.
indexintBegin van slice.
countintSlice‑grootte.

ReturnValue

Aantal tekens.

Zie ook

ICUEncoding::GetCharCount(const uint8_t *, int) method

Haal het aantal tekens op dat nodig is om een bytebuffer te decoderen.

int System::Text::ICUEncoding::GetCharCount(const uint8_t *bytes, int count) override
ParameterTypeBeschrijving
bytesconst uint8_t *Bytes om te decoderen.
countintAantal bytes.

ReturnValue

Aantal tekens.

Zie ook