Int64ToString

Last Updated2026-04-09
Created At2021-06-28

Converts a 64-bit integer in the legacy 2-cell representation to a string.

native int Int64ToString(const int num[2], char[] str, int maxlength)

Parameters

const int[2] num
Array containing the upper and lower 32-bits of a 64-bit integer.
char[] str
Buffer to store string in.
int maxlength
Maximum length of string buffer.

Return Value

int Number of characters written to the buffer, not including the null terminator.