IVZNumberFormatter.LocalFormatObject

Syntax

LocalFormatObject(Value: Variant, Format: String, Var outStr: String): Boolean;

Parameters

Value. Numeric value.

Format. Template of number format.

outStr. The parameter, which stores converted numeric value in the specified format.

Description

The LocalFormatObject method returns the result of number conversion to the specified format.

Comments

Available values:

Example

The method use is given in the example for IVZBaseFormatter.NumberFormatter.

See also:

IVZNumberFormatter