ToInteger
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
ToInteger( value )
to_integer( value )
ToInteger( value )
ToInteger( value )
ToInteger( value )
ToInteger( value )
Description
The ToInteger
function converts a value to a numeric integer, if
possible.
Attempting to convert a value to a number which has no numeric representation results in an "invalid argument" error.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
Any |
The value to attempt to convert to an Integer. |