CsvFieldConfiguration.FormatEnum method

For fields which are enumerations, controls how they are serialized and deserialized, either using the String representation or the Integer representation.

public CsvFieldConfiguration FormatEnum(EnumOptions options)
parameter description
options Method to use for Serialization

See Also