JsonValueExtensionsGetUInt32OrDefault Method

Overload List

GetUInt32OrDefault(JsonValue, JsonValueType) Gets the specified JsonValue as an UInt32 value if expectedType is Undefined or matches the Type property of the specified json parameter and it can be converted to UInt32; otherwise, returns 0.
GetUInt32OrDefault(JsonValue, UInt32, JsonValueType) Gets the specified JsonValue as an UInt32 value if expectedType is Undefined or matches the Type property of the specified json parameter and it can be converted to UInt32; otherwise, returns defaultValue.

See Also