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