![]() | StringEnumConverter Properties |
The StringEnumConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowIntegerValues |
Gets or sets a value indicating whether integer values are allowed when serializing and deserializing.
The default value is true.
|
![]() | CamelCaseText | Obsolete.
Gets or sets a value indicating whether the written enum text should be camel case.
The default value is false.
|
![]() | CanRead |
Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter.) |
![]() | CanWrite |
Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter.) |
![]() | NamingStrategy |
Gets or sets the naming strategy used to resolve how enum text is written.
|