Skip to content

Integer

Shaun Lawrence edited this page Nov 4, 2020 · 2 revisions

Converts and returns the parameter as a Integer.

Integer(value)

Parameters

value

The object to convert to a Integer.

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

Examples

Integer("25.1234")

Converts the string to a Integer.

Clone this wiki locally