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