Back to FabImage Library website

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

StringLabelToString


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts a StringLabel object to a String.

Syntax

C++
C#
 
void fil::StringLabelToString
(
	const fil::StringLabel& inStringLabel,
	ftl::String& outString
)

Parameters

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