C# Class FirstFloor.ModernUI.Windows.Converters.ToLowerConverter

Inheritance: IValueConverter
显示文件 Open project: gro-ove/actools

Public Methods

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

Converts a value.

Private Methods

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

Method Details

ConvertBack() public method

Converts a value.
public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object The value that is produced by the binding target.
targetType System.Type The type to convert to.
parameter object The converter parameter to use.
culture System The culture to use in the converter.
return object