NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Boolean Methods

The methods of the Boolean structure are listed below. For a complete list of Boolean structure members, see the Boolean Members topic.

Public:

CompareTo Compares this instance of the object to another specified object.
Equals Determines whether two Boolean objects are equal.
FromString Converts the "true" and "false" strings to Boolean true and false values, respectively.
GetHashCode Returns the hash code for this instance of Boolean.
GetType (inherited from Object) Gets the Type of the Object.
GetTypeCode Retrieves the type code of an object.
Parse Converts a String to a Boolean.
ToBoolean Converts a string to a Boolean value.
ToByte Converts this instance of a Boolean to an unsigned Byte.
ToChar Converts this instance of a Boolean a Char.
ToDateTime Converts this instance of a Boolean to a DateTime object.
ToDecimal Converts this instance of a Boolean to a Decimal format.
ToDouble Converts this instance of a Boolean as a Double.
ToInt16 Converts this instance of a Boolean to an Int16.
ToInt32 Converts this instance of a Boolean value to an Int32.
ToInt64 Converts this instance of a Boolean to an Int64.
ToSByte Converts this instance of a Boolean to an SByte.
ToSingle Converts a Boolean to a Single.
ToString Overloaded. Converts this instance of Boolean to a String.
ToType Retrieves the Type for a specified Object.
ToUInt16 Converts a Boolean to a UInt16.
ToUInt32 Converts a Boolean to a UInt32.
ToUInt64 Converts a Boolean to a UInt64.

Protected:

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Boolean Structure | System Namespace