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#
IFormat Format { get; }
Visual Basic
ReadOnly Property Format As IFormat
	Get
Visual C++
property IFormat^ Format {
	IFormat^ get ();
}
F#
abstract Format : IFormat with get

Property Value

Type: IFormat
The format.

See Also