ApplicationPropertiesFormatFloat Property |
The default .Net numeric display format to use for fields mapped to floating point data types, e.g. "n0".
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string FormatFloat { get; }
ReadOnly Property FormatFloat As String
Get
Property Value
Type:
StringThe default .Net numeric display format to use for fields mapped to floating point data types, e.g. "n0".
See Also