System::Text::UTF7Encoding::GetCharCount Methode
Inhalt
[
Ausblenden
]UTF7Encoding::GetCharCount(ArrayPtr<uint8_t>) method
Ermittelt 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 UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetCharCount(ArrayPtr<uint8_t>, int, int) method
Ermittelt die Anzahl der Zeichen, die zum Dekodieren eines Byte-Puffers benötigt werden.
int System::Text::UTF7Encoding::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bytes | ArrayPtr<uint8_t> | Bytes zum Dekodieren. |
| Index | int | Slice-Anfang. |
| count | int | Slice-Größe. |
ReturnValue
Anzahl der Zeichen.
Siehe auch
- Typedef ArrayPtr
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++
UTF7Encoding::GetCharCount(const uint8_t *, int) method
Ermittelt die Anzahl der Zeichen, die zum Dekodieren eines Byte-Puffers benötigt werden.
int System::Text::UTF7Encoding::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 UTF7Encoding
- Namespace System::Text
- Library Aspose.Font for C++