FunctionsstringVersion: NextOn this pagestringCasts an expression to a string.string(x:any) -> stringDescriptionThe string function casts the given value x to a string.ExamplesCast an IP address to a stringfrom {x: string(1.2.3.4)}{x: "1.2.3.4"}See Alsoint, uint, float, time, ip