super_enum icon indicating copy to clipboard operation
super_enum copied to clipboard

How can I convert a String to a Enum Type

Open ride4sun opened this issue 3 years ago • 0 comments

I would like to generate a super enum Type from a String. I would expect something like:

MyEnum enum = MyEnum.fromString(String Name);

Actually, support for the roundtrip String conversion should be supported from and to String.

ride4sun avatar Mar 20 '21 05:03 ride4sun