Class EnumConverters
- Namespace
- CarinaStudio.Data.Converters
- Assembly
- CarinaStudio.AppBase.Avalonia.dll
Predefined Avalonia.Data.Converters.IValueConverters for enumeration.
public static class EnumConverters
- Inheritance
-
EnumConverters
- Inherited Members
Properties
Parsing
Convert from string to the enumeration.
public static IValueConverter Parsing { get; }
Property Value
- IValueConverter
Remarks
The parameter of Convert(object, Type, object, CultureInfo) must be Type of enumeration.
Values
Convert from Type to all values of the enumeration.
public static IValueConverter Values { get; }
Property Value
- IValueConverter