JsonDynamic Conversion (Single to JsonDynamic) |
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic static implicit operator JsonDynamic (
float value
)
Public Shared Widening Operator CType (
value As Single
) As JsonDynamic
Parameters
- value
- Type: SystemSingle
The value to convert.
Return Value
Type:
JsonDynamicThe
JsonDynamic casted from the specified value.
See Also