In This Topic
Gets a value indicating whether the length is valid and equals zero.
Syntax
'Declaration
Public ReadOnly Property IsZero As Boolean
public bool IsZero {get;}
Property Value
A
System.Boolean value.
true
if the length is zero; otherwise,
false
.
See Also