NumericFormat Property (CsvRenderingExtension.Settings)
In This Topic
Default format for numeric values. See also
"Custom numeric format strings". Suggested to specify something like "0.####".
Syntax
'Declaration
Public Property NumericFormat As String
public string NumericFormat {get; set;}
See Also