StringEnumConverter
Converts an Enum to and from its name string value.
Gets or sets a value indicating whether integer values are allowed when serializing and deserializing.
The default value is true.
Gets or sets a value indicating whether the written enum text should be camel case.
The default value is false.
Gets or sets the naming strategy used to resolve how enum text is written.
public StringEnumConverter()
Initializes a new instance of the StringEnumConverter class.
Initializes a new instance of the StringEnumConverter class.
Initializes a new instance of the StringEnumConverter class.
Initializes a new instance of the StringEnumConverter class.
Initializes a new instance of the StringEnumConverter class.
public StringEnumConverter(Type namingStrategyType, object[] namingStrategyParameters, bool allowIntegerValues)
Initializes a new instance of the StringEnumConverter class.