[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.JsonCoders.Enum

Enum Method

Enum<T>()

Gets a coder for the Enum<T>() type.

Declaration
public static JsonCoder<T> Enum<T>() where T : Enum
Returns
Type Description
JsonCoder<T>
Type Parameters
Name Description
T
Exceptions
Type Condition
FormatException

Thrown if the value is not a string.