Gets the Boolean value of this Boolean value.

 

   

Syntax
 

[C#]
bool GetBooleanBool()
[Visual Basic]
Function GetBooleanBool() As Boolean

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
return The Boolean value.

 

   

Notes
 

The method returns the Boolean value of this Boolean value. It fails if this value is not a Boolean value.

 

   

Example
 

None.