Int64ToStringEx
Converts an int64 value to a string.
stock int Int64ToStringEx(int64 num, char[] str, int maxlength)
Parameters
int64 num
int64 value to convert.
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.