System::Text::ICUEncoding::GetCharCount metod
Innehåll
[
Dölj
]ICUEncoding::GetCharCount(ArrayPtr<uint8_t>) method
Hämta antalet tecken som behövs för att avkoda en bytebuffert.
virtual int System::Text::Encoding::GetCharCount(ArrayPtr<uint8_t> bytes)
| Parameter | Type | Beskrivning |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Byte att avkoda. |
ReturnValue
Antal tecken.
Se även
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetCharCount(ArrayPtr<uint8_t>, int, int) method
Hämta antalet tecken som behövs för att avkoda en bytebuffert.
virtual int System::Text::Encoding::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count)
| Parameter | Type | Beskrivning |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Byte att avkoda. |
| index | int | Skivans början. |
| count | int | Slice storlek. |
ReturnValue
Antal tecken.
Se även
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetCharCount(const uint8_t *, int) method
Hämta antalet tecken som behövs för att avkoda en bytebuffert.
int System::Text::ICUEncoding::GetCharCount(const uint8_t *bytes, int count) override
| Parameter | Type | Beskrivning |
|---|---|---|
| bytes | const uint8_t * | Byte att avkoda. |
| count | int | Antal byte. |
ReturnValue
Antal tecken.
Se även
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++