Gets or sets a value indicating whether the format will display '0' or '0x0' when the value is zero.
Namespace: Dapfor.Net.FormatsAssembly: 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:
Booleantrue if '0' or '0x0' are displayed; otherwise,
false.
See Also