SessionFormatCurrency Property |
The default .Net numeric display format to use for fields mapped to currency data types,
e.g. "c0" for currency with no subunits.
If not specified, the currency format defaults to the "c" (standard currency) format.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic string FormatCurrency { get; set; }
Public Property FormatCurrency As String
Get
Set
Property Value
Type:
String
See Also