public final class NullableBool
extends com.aspose.ms.System.Enum
Represents triple boolean values.
Modifier and Type | Field and Description |
---|---|
static byte |
False
False value.
|
static byte |
NotDefined
Boolean value is undefined.
|
static byte |
True
True value.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte NotDefined
Boolean value is undefined.
public static final byte False
False value.
public static final byte True
True value.