StringToInt64 Function

Converts a string to a 64-bit integer.

int StringToInt64(const char[] str, int result[2], int nBase)

Parameters

const char[] str

String to convert.

int[2] result

Array to store the upper and lower 32-bits of the 64-bit integer.

int nBase

Numerical base to use. 10 is default.

Return Value

Number of characters consumed.