JsonValue   Conversion (NullableUInt32 to JsonValue)

Performs an implicit conversion from nullable uint to JsonValue.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public static implicit operator JsonValue (
	uint? value
)

Parameters

value  NullableUInt32
The value to be converted to a JsonValue.

Return Value

JsonValue
A JsonValue instance that represents the original value.

See Also