Difference between revisions of "IntToChar"

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

Latest revision as of 22:36, 24 February 2010

Converts an integer to a character.

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

Returns a single character in the string, representing the specified integer.

Source:

script.ldf

Description

Returns a string containing a single character for which nInteger is the ascii value. Any bits in the binary representation of nInteger beyond the lowest 8 bits are ignored.


See also

CharToInt, IntToFloat, IntToString, IntToString, IntToHexString