Gets or sets the format string.

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

Syntax

C#
public string FormatString { get; set; }
Visual Basic
Public Property FormatString As String
	Get
	Set
Visual C++
public:
property String^ FormatString {
	String^ get ();
	void set (String^ value);
}
F#
member FormatString : string with get, set

Property Value

Type: String
The format string.

See Also