sealed
class bool
Boolean value (true or false).
public
bool
.Constructor(
value
)
public
static
bool
bool
.Convert(
value
)
Convert value into type bool, null if not successful
readonly
Example
=
Block
{
ShowClause
(
false
);
ShowClause
(
true
);
};
This is the short form of the explanation.
This is the long form of the explanation, with several sections.