C# Class GSinPV.ImageConverter

Inheritance: IValueConverter
Show file Open project: jenndox/Developer-Community-Customization

Public Methods

Method Description
Convert ( object value, System targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, System targetType, object parameter, CultureInfo culture ) : object

Method Details

Convert() public method

public Convert ( object value, System targetType, object parameter, CultureInfo culture ) : object
value object
targetType System
parameter object
culture System.Globalization.CultureInfo
return object

ConvertBack() public method

public ConvertBack ( object value, System targetType, object parameter, CultureInfo culture ) : object
value object
targetType System
parameter object
culture System.Globalization.CultureInfo
return object