IntToString

From Dragon Age Toolset Wiki
Jump to: navigation, search

Converts an integer to a string.

string IntToString(
int nInteger
);
Parameters:
nInteger
The integer to convert
Returns:

A string representation of the specified integer. Returns an empty string on error.

Source:

script.ldf

Description

Returns the integer nInteger in string format.


See also

StringToInt, IntToFloat, IntToString, IntToHexString, IntToChar