Skip to content

string

Casts an expression to a string.

string(x:any) -> string

The string function casts the given value x to a string.

from {x: string(1.2.3.4)}
{x: "1.2.3.4"}

ip, subnet, time, uint, float, int

Last updated: