Back to Aurora Vision Library website
You are here: Start » Function Reference » Basic » String » ReadObjectFromBase64

ReadObjectFromBase64
Header: | STD.h |
---|---|
Namespace: | avl |
Module: | FoundationLite |
Reads element from string stream of specified format.
Syntax
void avl::ReadObjectFromBase64 ( const atl::String& inString, Type& outObject )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inString | const String& | Object to be read. | |
![]() |
outObject | Type& | Read data. |