Object PmFormat
Description:
Object for conversion the value into a text string (and vice versa) according to the specified format.
The format is specified here using the formatting string, see
PmFormat object formatting string.
Note:
The formatting value can be of the following types:
- Float = real number (i.e. with a decimal point)
- Int = integer
- Bool = value true or false
- String = text string
- DateTime = date and time
- TimeSpan = time span (i.e. value does not contain month and year)