Gets or sets the custom format string.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public string Format { get; private set; }
Visual Basic
Public Property Format As String
	Get
	Private Set
Visual C++
public:
property String^ Format {
	String^ get ();
	private: void set (String^ value);
}

Field Value

The format string.

See Also