FromBase64CharArray()
Convert::FromBase64CharArray(const ArrayPtr<char_t>&, int, int) method
Decodes base-64 encoded data represented as a range in the array of Unicode characters.
static ArrayPtr<uint8_t> System::Convert::FromBase64CharArray(const ArrayPtr<char_t> &in_array, int offset, int length)
Arguments
Parameter | Type | Description |
---|---|---|
in_array | const ArrayPtr<char_t>& | The array containing the data to decode |
offset | int | The position in the input array at which the range to decode begins |
length | int | The length of the range to decode |
Return Value
A byte-array containing the decoded data
See Also
- Typedef ArrayPtr
- Struct Convert
- Namespace System
- Library Aspose.Slides