JsonBool Conversion (JsonBool to NullableBoolean) |
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic static implicit operator Nullable<bool> (
JsonBool value
)
Public Shared Widening Operator CType (
value As JsonBool
) As Nullable(Of Boolean)
Parameters
- value
- Type: Dextronet.JsonieJsonBool
The value to convert.
Return Value
Type:
NullableBooleanThe
Boolean casted from the specified value.
See Also