GetCharCount()
Contents
[
Hide
]ICUEncoding::GetCharCount(const uint8_t *, int) method
Get the number of characters needed to decode a byte buffer.
int System::Text::ICUEncoding::GetCharCount(const uint8_t *bytes, int count) override
Arguments
Parameter | Type | Description |
---|---|---|
bytes | const uint8_t * | Bytes to decode. |
count | int | Bytes count. |
Return Value
Number of characters.
ICUEncoding::GetCharCount(ArrayPtr<uint8_t>, int, int) method
Get the number of characters needed to decode a byte buffer.
virtual int System::Text::Encoding::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count)
Arguments
Parameter | Type | Description |
---|---|---|
bytes | ArrayPtr<uint8_t> | Bytes to decode. |
index | int | Slice beginning. |
count | int | Slice size. |
Return Value
Number of characters.
ICUEncoding::GetCharCount(ArrayPtr<uint8_t>) method
Get the number of characters needed to decode a byte buffer.
virtual int System::Text::Encoding::GetCharCount(ArrayPtr<uint8_t> bytes)
Arguments
Parameter | Type | Description |
---|---|---|
bytes | ArrayPtr<uint8_t> | Bytes to decode. |
Return Value
Number of characters.
ICUEncoding::GetCharCount(const uint8_t *, int) method
Get the number of characters needed to decode a byte buffer.
virtual int System::Text::Encoding::GetCharCount(const uint8_t *bytes, int count)
Arguments
Parameter | Type | Description |
---|---|---|
bytes | const uint8_t * | Bytes to decode. |
count | int | Bytes count. |
Return Value
Number of characters.
See Also
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Slides