Back to Aurora Vision Library Lite website
You are here: Start » All Functions » String » DecodeBase64

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: | avl |
Converts string encoded in base64 to byte buffer.
Syntax
void avl::DecodeBase64 ( const atl::String& inText, avl::ByteBuffer& outData )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inText | const String& | Input base64 string | |
![]() |
outData | ByteBuffer& |