IVZNumberFormatter.LocalFormatObject

Syntax

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

LocalFormatObject(Value: object, 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:

Fore and Fore.NET Examples

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

See also:

IVZNumberFormatter