Table of Contents

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
object
SKColorToStringConverter
Implements
IValueConverter

Methods

Convert(object?, Type, object?, CultureInfo)

public object? Convert(object? value, Type targetType, object? parameter, CultureInfo culture)

Parameters

value object
targetType Type
parameter object
culture CultureInfo

Returns

object

ConvertBack(object?, Type, object?, CultureInfo)

public object ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)

Parameters

value object
targetType Type
parameter object
culture CultureInfo

Returns

object