RSS.NET

DBBool Explicit DBBool to Boolean Conversion 

Explicit conversion from DBBool to bool.

[Visual Basic]
returnValue = DBBool.op_Explicit(x)
[C#]
public static explicit operator bool(
   DBBool x
);

Parameters

x
a DBBool

Return Value

true or false

Exceptions

Exception Type Condition
InvalidOperationException The given DBBool is Null

See Also

DBBool Class | Rss Namespace