JsonStringEnumConverter<TEnum>
Converter to convert enums to and from strings.
public JsonStringEnumConverter()
Initializes a new instance of JsonStringEnumConverter<T> with the default naming policy and that allows integer values.
public JsonStringEnumConverter(JsonNamingPolicy namingPolicy = null, bool allowIntegerValues = true)
Initializes a new instance of JsonStringEnumConverter<T>.