Back to Aurora Vision Library Lite website

You are here: Start » All Functions » String » EncodeBase64

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

Encodes byte buffer to base64 string.

Syntax

void avl::EncodeBase64
(
	const avl::ByteBuffer& inData,
	atl::String& outText
)

Parameters

Name Type Default Description
Input value inData const ByteBuffer& Input data
Output value outText String&