C# Класс KSUtil.MetadataToStringConverter

Allows conversion of metadata values to strings when binding to the UI
Наследование: IValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts a metadata value to a string for display in the UI

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

NOT Implemented

Описание методов

Convert() публичный Метод

Converts a metadata value to a string for display in the UI
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The item to convert
targetType System.Type targetType is not used
parameter object parameter is not used
culture System.Globalization.CultureInfo culture is not used
Результат object

ConvertBack() публичный Метод

NOT Implemented
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The parameter is not used
targetType System.Type targetType is not used
parameter object parameter is not used
culture System.Globalization.CultureInfo culture is not used
Результат object