/
Type Conversions
PhixFlow Help
Type Conversions
Type conversion functions convert values of one type into another. See variable types for a general description of the types used in PhixFlow.
The following conversion functions are available:
toDate(dateString)
or(dateString, formatString)
: Converts a date in text into an actual date type.toHex(string to convert)
: Convert a string value to a hex value.toNumber(value)
: Converts various data types into a number.toString
(value, dateFormat
)
: Converts a value into a string.
, multiple selections available,
Related content
toDate
toDate
Read with this
Type Conversions
Type Conversions
More like this
toNumber
toNumber
Read with this
Type Conversions
Type Conversions
More like this
Type Conversions
Type Conversions
More like this
Type Conversions
Type Conversions
More like this
Please let us know if we could improve this page feedback@phixflow.com