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
| Name | Type | Required | Description |
|---|---|---|---|
| value | scalar | ✔️ | 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
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.