C# Class ModernApp4Me.WP8.Converter.M4MUpperCaseConverter

Enables to convert a string to uppercase.
Inheritance: IValueConverter
显示文件 Open project: smartnsoft/ModernApp4Me

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