System::Text::ICUEncoding::GetCharCount Methode
Inhalt
[
Ausblenden
]ICUEncoding::GetCharCount(ArrayPtr<uint8_t>) method
Ermitteln Sie die Anzahl der Zeichen, die zum Dekodieren eines Byte-Puffers benötigt werden.
virtual int System::Text::Encoding::GetCharCount(ArrayPtr<uint8_t> bytes)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bytes | ArrayPtr<uint8_t> | Bytes zum Dekodieren. |
ReturnValue
Anzahl der Zeichen.
Siehe auch
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetCharCount(ArrayPtr<uint8_t>, int, int) method
Ermitteln Sie die Anzahl der Zeichen, die zum Dekodieren eines Byte-Puffers benötigt werden.
virtual int System::Text::Encoding::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bytes | ArrayPtr<uint8_t> | Bytes zum Dekodieren. |
| Index | int | Slice-Beginn. |
| count | int | Größe des Abschnitts. |
ReturnValue
Anzahl der Zeichen.
Siehe auch
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetCharCount(const uint8_t *, int) method
Ermitteln Sie die Anzahl der Zeichen, die zum Dekodieren eines Byte-Puffers benötigt werden.
int System::Text::ICUEncoding::GetCharCount(const uint8_t *bytes, int count) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bytes | const uint8_t * | Bytes zum Dekodieren. |
| count | int | Byte-Anzahl. |
ReturnValue
Anzahl der Zeichen.
Siehe auch
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++