Difference between revisions of "ToString"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=ToString
 
|name=ToString

Latest revision as of 21:17, 2 March 2010

Converts any int, float or object into a string

string ToString(
any anyData
);
Parameters:
anyData
The variable to convert
Returns:

A string representation of the specified variable

Source:

script.ldf

Description

Objects passed in will be converted into their tag


See also

StringToInt, IntToFloat, IntToString, IntToHexString, IntToChar