Reference FQL API reference Array toString() array.toString() Convert an Array to a String. Signature toString() => String Description Converts an Array to a String representation. The calling Array isn’t changed. Parameters None Return value Type Description String String representation of the Array. Examples [1, 2].toString() "[1, 2]" toSet() where()