SharpConfig
SharpConfig copied to clipboard
Parsing a flag'd enum value using ToObject<Class>();
I don't believe ToObject<>() works with TypeStringConverters, and as such - when trying to parse a flag enum value, I'm getting an error.
My flag is stored in the config file as:
Name="Flag1, Flag2, Flag3"
Any workarounds on this?
Using latest version.