LocalFormatObject(Value: Variant, Format: String, Var outStr: String): Boolean;
Value. Numeric value.
Format. Template of number format.
outStr. The parameter, which stores converted numeric value in the specified format.
The LocalFormatObject method returns the result of number conversion to the specified format.
Available values:
True. The number is converted to the specified format.
False. The number is not converted to the specified format.
The method use is given in the example for IVZBaseFormatter.NumberFormatter.
See also: