Click or drag to resize

ApplicationPropertiesFormatCurrency Property

The default .Net numeric display format to use for fields mapped to currency data types, e.g. "c0" for currency with no subunits.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string FormatCurrency { get; }

Property Value

Type: String
The default .Net numeric display format to use for fields mapped to currency data types, e.g. "c0" for currency with no subunits.
See Also