tolong()

Learn how to use the tolong() function to convert the input value to a long number representation.

Converts the input value to a long (signed 64-bit) number representation.

Syntax

tolong(value)

Parameters

NameTypeRequiredDescription
valuescalar✔️The value to convert to a long.

Returns

If conversion is successful, the result is a long number. If conversion isn’t successful, the result is null.

Example

tolong("123") == 123