Back to FabImage Library website
You are here: Start » Function Reference » All Functions » String » EncodeBase64
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 |
Encodes byte buffer to base64 string.
Syntax
void fil::EncodeBase64 ( const fil::ByteBuffer& inData, ftl::String& outText )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inData | const ByteBuffer& | Input data | |
![]() |
outText | String& |