powered by
Cast any value
types.castAny(format, value)
any format is accepted
any value to cast
Any type or format is accepted.
Types and formats specifications
types.castAny(format = "default", value = 1) types.castAny(format = "default", value = "1") types.castAny(format = "default", value = "") types.castAny(format = "default", value = TRUE)
Run the code above in your browser using DataLab