Gets an instance of the IFormat interface.
            
Namespace: Dapfor.Net.FormatsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
 Syntax
Syntax
| C# | 
|---|
| public abstract IFormat Format { get; } | 
| Visual Basic | 
|---|
| Public MustOverride ReadOnly Property Format As IFormat Get | 
| Visual C++ | 
|---|
| public: virtual property IFormat^ Format { IFormat^ get () abstract; } | 
| F# | 
|---|
| abstract Format : IFormat with get | 
Property Value
Type: IFormatThe format.






