FromBase64String()
Convert::FromBase64String(const String&) method
Decodes base-64 encoded data represented as a string.
static ArrayPtr<uint8_t> System::Convert::FromBase64String(const String &s)
Arguments
Parameter | Type | Description |
---|---|---|
s | const String& | The string containing the base-64 encoded data to decode |
Return Value
A byte-array containing the decoded data
See Also
- Typedef ArrayPtr
- Class String
- Struct Convert
- Namespace System
- Library Aspose.Slides