JsonValueExtensionsAsEnum Method

Overload List

AsEnumTEnum(JsonValue, JsonValueType) Gets the specified JsonValue as TEnum if expectedType is Undefined or matches the Type property of the specified json parameter and it can be converted to TEnum; otherwise, returns .
AsEnumTEnum(JsonValue, Boolean, JsonValueType) Gets the specified JsonValue as TEnum if expectedType is Undefined or matches the Type property of the specified json parameter and it can be converted to TEnum; otherwise, returns .
AsEnumTEnum(JsonValue, Boolean, String, JsonValueType) Gets the specified JsonValue as TEnum if expectedType is Undefined or matches the Type property of the specified json parameter and it can be converted to TEnum; otherwise, returns .

See Also