Back to Aurora Vision Library website
You are here: Start » Function Reference » Conversions » 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 | |
|---|---|---|---|---|
![]() |
inStringLabel | const StringLabel& | ||
![]() |
outString | String& |


