IntToString

From Dragon Age Toolset Wiki
Revision as of 22:36, 24 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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