ExperimentalStaticformatExperimentalFormat a numeric value into a fixed-width digit string based on total length and implied decimal
[number|string] The value to format
[number] Length of the field
[INumericFormatOptions] Optional formatting options
String representation of the numeric value
The returned string contains only digits and no decimal point.
If signed is true in the opts and value is negative, the returned string will be prefixed with -. The sign character is not counted towards length
StaticformatExperimentalStaticformatExperimentalFormats string to the provided length. Adds spaces at the end
string
The Fromatter class contains helper functions to convert the value of a DataItem into a COBOL-style, fixed-width string