DotNetBrowser
1.21.5
|
Represents JavaScript primitive boolean value. More...
Inherits DotNetBrowser.JSPrimitive< bool >.
Public Member Functions | |
override bool | IsBool () |
Indicates whether JavaScript value is a boolean value. If this method returns true, then the value can be casted to JSBoolean type. For example: More... | |
override bool | GetBool () |
Returns boolean value of the current JSBoolean instance. More... | |
override JSBoolean | AsBoolean () |
Casts the current JavaScript object to JSBoolean type. More... | |
![]() | |
override string | ToString () |
Properties | |
override bool | Value [get] |
Gets the value of the current JSBoolean instance. More... | |
![]() | |
abstract T | Value [get] |
Gets the value of the current primitive instance. More... | |
Represents JavaScript primitive boolean value.
override JSBoolean DotNetBrowser.JSBoolean.AsBoolean | ( | ) |
Casts the current JavaScript object to JSBoolean type.
override bool DotNetBrowser.JSBoolean.GetBool | ( | ) |
Returns boolean value of the current JSBoolean instance.
override bool DotNetBrowser.JSBoolean.IsBool | ( | ) |
|
get |
Gets the value of the current JSBoolean instance.