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