Back to FabImage Library website
You are here: Start » Function Reference » All Functions » String » DecodeBase64
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Converts string encoded in base64 to byte buffer.
Syntax
void fil::DecodeBase64 ( const ftl::String& inText, fil::ByteBuffer& outData )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inText | const String& | Input base64 string | |
![]() |
outData | ByteBuffer& |