IVZNumberFormatter.ConvertInvariant2LocalNumberFormat

Syntax

ConvertInvariant2LocalNumberFormat(Value: String): String;

ConvertInvariant2LocalNumberFormat(Value: string): string;

Parameters

Value. Template of number format.

Description

The ConvertInvariant2LocalNumberFormat method converts a number to the specified format taking into account the current locale.

Fore and Fore.NET Examples

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

See also:

IVZNumberFormatter