These are the data conversion functions provided by
the runtime-data-validation package. These functions
handle converting string values into a native data format.
Since the validation functions all validate string data, and
since we often want to store data in a native format like
the Date object, we need to convert from the string
representation to the native format.
These are the data conversion functions provided by the
runtime-data-validation
package. These functions handle converting string values into a native data format. Since the validation functions all validate string data, and since we often want to store data in a native format like the Date object, we need to convert from the string representation to the native format.USAGE:
Return to home page