SessionFormatInteger Property |
The default .Net numeric display format to use for fields mapped to integer data types, e.g. "n0".
If not specified, the integer format defaults to the "n0" (integer with thousands grouping) format.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string FormatInteger { get; set; }
Public Property FormatInteger As String
Get
Set
Property Value
Type:
StringSee Also