Gets an instance of the IFormat interface.

Namespace: Dapfor.Net.Formats
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

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: IFormat
The format.

See Also