Gets a format to transform the value, returned by the Value property to a string and vice-versa. If the format successfully parses the string, the resulting value will be passed to the Value method.

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

Syntax

C#
public IFormat Format { get; }
Visual Basic
Public ReadOnly Property Format As IFormat
	Get
Visual C++
public:
virtual property IFormat^ Format {
	IFormat^ get () sealed;
}
F#
abstract Format : IFormat with get
override Format : IFormat with get

Property Value

Type: IFormat
Always null.

Implements

IDataField..::..Format

See Also