Difference between revisions of "IntToString"

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=IntToString
 
|name=IntToString

Latest revision as of 22:36, 24 February 2010

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