asp.net.ph

Boolean Structure

System Namespace


Represents the primitive type Boolean.

Boolean Class Members

Collapse   Fields

Visibility Name Type
public static FalseString String
public static TrueString String

Collapse   Methods

Visibility Name Parameters Return Type
public CompareTo ( Object obj ) Int32
public CompareTo ( Boolean value ) Int32
public Equals ( Object obj ) Boolean
public Equals ( Boolean obj ) Boolean
public GetHashCode ( ) Int32
public GetTypeCode ( ) TypeCode
public static Parse ( String value ) Boolean
public ToString ( IFormatProvider provider ) String
public ToString ( ) String
public static TryParse ( String value , Boolean& result ) Boolean

Remarks

Instances of this type have values of either true or false.

This value type implements interfaces IConvertible and IComparable. Use the Convert class for conversions instead of this type's explicit interface member implementation of IConvertible.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph