C# Class Fan.Sys.Boolean

Show file Open project: xored/f4

Public Properties

Property Type Description
False Boolean
True Boolean

Public Methods

Method Description
GetHashCode ( ) : int
ToString ( ) : string
booleanValue ( ) : bool
toString ( bool b ) : string
valueOf ( bool b ) : Boolean
valueOf ( int i ) : Boolean
valueOf ( string s ) : Boolean

Private Methods

Method Description
Boolean ( bool val )

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

booleanValue() public method

public booleanValue ( ) : bool
return bool

toString() public static method

public static toString ( bool b ) : string
b bool
return string

valueOf() public static method

public static valueOf ( bool b ) : Boolean
b bool
return Boolean

valueOf() public static method

public static valueOf ( int i ) : Boolean
i int
return Boolean

valueOf() public static method

public static valueOf ( string s ) : Boolean
s string
return Boolean

Property Details

False public static property

public static Boolean,Fan.Sys False
return Boolean

True public static property

public static Boolean,Fan.Sys True
return Boolean