Back to Aurora Vision Library website

You are here: Start » Function Reference » Conversions » StringLabelToString

StringLabelToString


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts a StringLabel object to a String.

Syntax

C++
C#
 
void avl::StringLabelToString
(
	const avl::StringLabel& inStringLabel,
	atl::String& outString
)

Parameters

Name Type Default Description
Input value inStringLabel const StringLabel&
Output value outString String&