Gets the default format.
            
Namespace: Dapfor.Net.FormatsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# | 
|---|
public static DecimalFormat DefaultFormat { get; }  | 
| Visual Basic | 
|---|
Public Shared ReadOnly Property DefaultFormat As DecimalFormat Get  | 
| Visual C++ | 
|---|
public: static property DecimalFormat^ DefaultFormat { DecimalFormat^ get (); }  | 
| F# | 
|---|
static member DefaultFormat : DecimalFormat with get  | 
Property Value
Type: DecimalFormatThe default format.