Class SKColorToStringConverter
- Namespace
- Artemis.UI.Shared.Converters
- Assembly
- Artemis.UI.Shared.dll
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public class SKColorToStringConverter : IValueConverter
- Inheritance
-
objectSKColorToStringConverter
- Implements
-
IValueConverter
Methods
Convert(object?, Type, object?, CultureInfo)
public object? Convert(object? value, Type targetType, object? parameter, CultureInfo culture)
Parameters
valueobjecttargetTypeTypeparameterobjectcultureCultureInfo
Returns
- object
ConvertBack(object?, Type, object?, CultureInfo)
public object ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)
Parameters
valueobjecttargetTypeTypeparameterobjectcultureCultureInfo
Returns
- object