Coerce.toInt64
This function converts the specified value to int64.
Syntax
coerce.toInt64(value)
Arguments
Argument |
Type |
Description |
---|---|---|
value |
any |
The value to be coerced. |
Returns
Type |
Description |
---|---|
int64 |
The coerced int64 value. |
Examples
The function coerce.toInt64("333")
returns 333
.