Method | Description | |
---|---|---|
Boolean ( ) : System |
Creates a Boolean object with the value of false.
|
|
Boolean ( Object expression = null ) : System |
Creates a Boolean object with the specified value.
|
|
toString ( ) : String |
Returns the string representation ("true" or "false") of the Boolean object.
|
Method | Description | |
---|---|---|
Boolean ( bool b ) : System |
public Boolean ( Object expression = null ) : System | ||
expression | Object | Any expression. |
return | System |