Function
toString( intVal )
Description:
Turns an integer numeric value into a string.
Parameters:
intVal
(long integer)
integer numeric value
Return Value (String):
a string representation of
intVal
Signature:
String toString(long)