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