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; }
ReadOnly Property FormatCurrency As String
Get
Property Value
Type:
StringThe default .Net numeric display format to use for fields mapped to currency data types, e.g. "c0" for currency with no subunits.
See Also