Gets a Boolean value from this value using the standard JavaScript conversion.

 

   

Syntax
 

[C#]
JSValue ToJSBoolean()
[Visual Basic]
Function ToJSBoolean() As JSValue

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
return The converted Boolean value.

 

   

Notes
 

The method returns a JavaScript Boolean value using the standard JavaScript conversion.

 

   

Example
 

None.