Back to Aurora Vision Library website

You are here: Start » Function Reference » 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
Module: FoundationLite

Converts string encoded in base64 to byte buffer.

Syntax

void avl::DecodeBase64
(
	const atl::String& inText,
	avl::ByteBuffer& outData
)

Parameters

Name Type Default Description
Input value inText const String& Input base64 string
Output value outData ByteBuffer&