C# Class KSUtil.MetadataToStringConverter

Allows conversion of metadata values to strings when binding to the UI
Inheritance: IValueConverter
Afficher le fichier Open project: angelaHillier/KSUtil

Méthodes publiques

Méthode 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 méthode

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
Résultat object

ConvertBack() public méthode

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
Résultat object