Gets the Boolean value of this value converted to Boolean value using the standard JavaScript conversion.

 

   

Syntax
 

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

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
return The Boolean value of the converted value.

 

   

Notes
 

The method is the chain of ToJSBoolean and GetBooleanBool without intermediate object creation.

 

   

Example
 

None.