ToString

From Dragon Age Toolset Wiki
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