System::Text::ICUEncoding::GetCharCount methode
inhoud
[
verbergen
]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)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Bytes om te decoderen. |
ReturnValue
Aantal tekens.
Zie ook
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
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)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Bytes om te decoderen. |
| index | int | Begin van slice. |
| count | int | Slice‑grootte. |
ReturnValue
Aantal tekens.
Zie ook
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
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
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | const uint8_t * | Bytes om te decoderen. |
| count | int | Aantal bytes. |
ReturnValue
Aantal tekens.
Zie ook
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++