NullableTypes Class Library

NullableBoolean Members

NullableBoolean overview

Public Static (Shared) Fields

False Represents a false value that can be assigned to the Value property of an instance of the NullableBoolean structure.
Null Represents a Null value that can be assigned to the Value property of an instance of the NullableBoolean structure. A Null is the absence of a value because missing, unknown, or inapplicable value. A Null should not be used to imply any other value (such as zero). Also any value (such as zero) should not be used to imply the absence of a value, that's why Null exists.
One Represents a 1 value that can be assigned to the Value property of an instance of the NullableBoolean structure.
True Represents a true value that can be assigned to the Value property of an instance of the NullableBoolean structure.
Zero Represents a 0 value that can be assigned to the Value property of an instance of the NullableBoolean structure.

Public Static (Shared) Methods

And Computes the bitwise AND of two specified NullableBoolean structures.
EqualsOverloaded. Compares two NullableBoolean structures to determine if they are equivalent.
NotEquals Compares two NullableBoolean structures to determine if they are not equivalent.
OnesComplement Performs a one's complement operation on the supplied NullableBoolean structure.
Or Performs a bitwise OR operation on the two specified SqlBoolean structures.
Parse Converts the specified String representation of a logical value to its NullableBoolean equivalent.
Xor Performs a bitwise exclusive-OR operation on the supplied parameters.

Public Static (Shared) Operators

Bitwise And Operator Computes the bitwise AND of two specified NullableBoolean structures.
Bitwise Or Operator Performs a bitwise OR operation on the two specified SqlBoolean structures.
Equality Operator Compares two instances of NullableBoolean for equivalence.
Exclusive Or Operator Performs a bitwise exclusive-OR operation on the supplied parameters.
Explicit NullableTypes.NullableBoolean to System.Boolean ConversionOverloaded. Converts a NullableBoolean to a Boolean.
Explicit NullableTypes.NullableByte to NullableTypes.NullableBoolean ConversionOverloaded. Converts the NullableByte parameter to a NullableBoolean structure.
Explicit NullableTypes.NullableDecimal to NullableTypes.NullableBoolean ConversionOverloaded. Converts the NullableDecimal parameter to a NullableBoolean structure.
Explicit NullableTypes.NullableDouble to NullableTypes.NullableBoolean ConversionOverloaded. Converts the NullableDouble parameter to a NullableBoolean structure.
Explicit NullableTypes.NullableInt16 to NullableTypes.NullableBoolean ConversionOverloaded. Converts the NullableInt16 parameter to a NullableBoolean structure.
Explicit NullableTypes.NullableInt32 to NullableTypes.NullableBoolean ConversionOverloaded. Converts the NullableInt32 parameter to a NullableBoolean structure.
Explicit NullableTypes.NullableInt64 to NullableTypes.NullableBoolean ConversionOverloaded. Converts the NullableInt64 parameter to a NullableBoolean structure.
Explicit NullableTypes.NullableSingle to NullableTypes.NullableBoolean ConversionOverloaded. Converts the NullableSingle parameter to a NullableBoolean structure.
Explicit NullableTypes.NullableString to NullableTypes.NullableBoolean ConversionOverloaded. Converts the NullableString parameter to a see NullableBoolean structure.
False Operator The false operator can be used to test the Value of the NullableBoolean to determine whether it is false.
Implicit System.Boolean to NullableTypes.NullableBoolean Conversion Converts the supplied Boolean value to a NullableBoolean.
Inequality Operator Compares two instances of NullableBoolean for equivalence.
Logical Not Operator Performs a NOT operation on the supplied NullableBoolean structures.
Ones Complement Operator Performs a one's complement operation on the supplied NullableBoolean structures.
True Operator The true operator can be used to test the Value of the NullableBoolean to determine whether it is true.

Public Instance Constructors

NullableBooleanOverloaded. Initializes a new instance of the NullableBoolean class.

Public Instance Properties

ByteValue Gets the value of the NullableBoolean structure as a byte.
IsFalse Indicates whether the current Value is False.
IsNull Indicates whether or not the value of the NullableBoolean structure is null.
IsTrue Indicates whether the current Value is True.
Value Gets the NullableBoolean structure's value. This property is read-only.

Public Instance Methods

CompareTo Compares this NullableBoolean structure to a specified object and returns an indication of their relative values.
EqualsOverloaded. Compares two NullableBoolean structures to determine if they are equivalent.
GetHashCode Returns the hash code for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
GetTypeCode Returns the TypeCode for value type NullableBoolean.
ToNullableByte Converts this NullableBoolean structure to NullableByte.
ToNullableDecimal Converts this NullableBoolean structure to a NullableDecimal structure.
ToNullableDouble Converts this NullableBoolean structure to a NullableDouble structure.
ToNullableInt16 Converts this NullableBoolean structure to a NullableInt16 structure.
ToNullableInt32 Converts this NullableBoolean structure to a NullableInt32 structure.
ToNullableInt64 Converts this NullableBoolean structure to a NullableInt64 structure.
ToNullableSingle Converts this NullableBoolean structure to a NullableSingle structure.
ToNullableString Converts this NullableBoolean structure to a NullableString structure.
ToString Converts this NullableBoolean structure to a String.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Explicit Interface Implementations

IXmlSerializable.GetSchema This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
IXmlSerializable.ReadXml This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
IXmlSerializable.WriteXml This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

NullableBoolean Class | NullableTypes Namespace