Gets the Boolean value of this value converted to Boolean value using the standard JavaScript conversion.
[C#] bool GetValueBool() [Visual Basic] Function GetValueBool() As Boolean
bool GetValueBool()
Function GetValueBool() As Boolean
may throw Exception()
The method is the chain of ToJSBoolean and GetBooleanBool without intermediate object creation.
None.