Skip to content

coerce.to string

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

The coerce.to-string Function

Function Group: Coercion

coerce.to-string attempts to coerce an unknown datum to String type.

Syntax

coerce.to-string(arg1)

  • arg1 is any datum

Notes

To coerce data into an integer, use coerce.to-integer

Clone this wiki locally