C# Class Glass.Basics.Converters.MenuIconConverter

Inheritance: IValueConverter
Afficher le fichier Open project: SuperJMN/Glass

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Convert string to Image

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

Convert back, but its not implemented

Method Details

Convert() public méthode

Convert string to Image
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object

ConvertBack() public méthode

Convert back, but its not implemented
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object