Gets or sets a value indicating whether the symbol '0' is shown when the value equals to zero.

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

Syntax

C#
public bool ShowZero { get; set; }
Visual Basic
Public Property ShowZero As Boolean
	Get
	Set
Visual C++
public:
property bool ShowZero {
	bool get ();
	void set (bool value);
}
F#
member ShowZero : bool with get, set

Property Value

Type: Boolean
true if '0' is shown when the value equals to zero; otherwise, empty string will be a result of formatting.

See Also