Back to Aurora Vision 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: | avl |
| Module: | FoundationLite |
Encodes byte buffer to base64 string.
Syntax
void avl::EncodeBase64 ( const avl::ByteBuffer& inData, atl::String& outText )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inData | const ByteBuffer& | Input data | |
![]() |
outText | String& |


