Skip to content

coerce.to integer

Daniel Gorman edited this page Sep 25, 2019 · 1 revision

The coerce.to-integer Function

Function Group: Coercion

coerce.to-integer attempts to coerce an unknown datum to an integer type.

Syntax

coerce.to-integer(arg1)

  • arg1 is any datum

Notes

To coerce data into a string, use coerce.to-string

Clone this wiki locally