ToString

From Dragon Age Toolset Wiki
Revision as of 21:17, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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