Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »


Type conversion functions convert values of one type into another. See variable types for a general description of the types used in PhixFlow.


  • 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.


  • No labels