C# Class Glass.Basics.Converters.MenuIconConverter

Inheritance: IValueConverter
显示文件 Open project: SuperJMN/Glass

Public Methods

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

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

ConvertBack() public method

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