C# Class KSUtil.MetadataToStringConverter

Allows conversion of metadata values to strings when binding to the UI
Inheritance: IValueConverter
显示文件 Open project: angelaHillier/KSUtil

Public Methods

Method Description
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

Method Details

Convert() public method

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
return object

ConvertBack() public method

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
return object