Forum Discussion
What are the source and destination types you are looking to convert? Here are some conversions that are available:
- parseFloat()/parseInt() - Convert a string into a number
- Date.parse() - Convert a string to a date
- To convert a value (other than null) to a string, you can call the ‘.toString()’ method on the object.
- JSON.stringify() - Converts a value to JSON.