RDunkley / XML-To-Data-Class

Tool to Generate C# custom data classes from an XML file.
Apache License 2.0
0 stars 0 forks source link

Add the ability to parse flags as part of Enum parsing #41

Open RDunkley opened 4 years ago

RDunkley commented 4 years ago

If Enum is selected add a check box option that allows for parsing flags. Each string could be combined with the other strings when parsed. For example, RW could be parse as a flag enum of R and W.