1 | integer | Input | INT8 |
2 | sign | Input | INT4 |
3 | length | I/O | INT4 |
4 | output_string | Output | VSTRING |
5 | fc | Output | FEEDBACK |
The Convert 64-Bit Integer to Character String (CEE4JNTS) API converts a 64-bit binary integer to its character string equivalent.
None.
0 | Parameter 1 is an unsigned 64-bit integer |
1 | Parameter 1 is a signed 64-bit integer |
On return, this parameter will contain the number of bytes used to represent the string.
The output_string will not contain the plus character (+) if the integer provided is unsigned.
The output_string length should contain enough space to store the resulting string. The maximum storage needed is 20 bytes based on a maximum value of 18446744073709551615 and a minimum value of -9223372036854775808.
CEE0000 | The API completed successfully |
Severity: 00 | |
CEE3470 | The resulting string is truncated |
Severity: 30 |
Top | ILE CEE APIs | APIs by category |