Back to Aurora Vision Library website
You are here: Start » Function Reference » Basic » String » WriteObjectToBase64
WriteObjectToBase64
| Header: | STD.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Encodes object as base64 string.
Syntax
void avl::WriteObjectToBase64 ( const Type& inObject, atl::String& outString )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inObject | const Type& | Object to be saved | |
![]() |
outString | String& | Output String |


