Skip to content
Shaun Lawrence edited this page Nov 4, 2020 · 1 revision

Converts and returns the parameter as a Long.

Long(value)

Parameters

value

The object to convert to a Long.

Type object (basically anything that can be converted to a Long.
Required Yes

Examples

Long("25.1234")

Converts the string to a Long (e.g. 25).

Clone this wiki locally