You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Many apps use enums for storing options and today there isn't a straightforward way to show them on the UI using XAML without writing a custom converter.
Describe the solution
Provide a new EnumToStringConverter which uses reflection to convert an enum value to its string representation and vice versa.
Describe the problem this feature would solve
Many apps use enums for storing options and today there isn't a straightforward way to show them on the UI using XAML without writing a custom converter.
Describe the solution
Provide a new EnumToStringConverter which uses reflection to convert an enum value to its string representation and vice versa.
Describe alternatives you've considered
None