C# Class ModernApp4Me.WP8.Converter.M4MUpperCaseConverter

Enables to convert a string to uppercase.
Inheritance: IValueConverter
Afficher le fichier Open project: smartnsoft/ModernApp4Me

Méthodes publiques

Méthode 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 méthode

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

ConvertBack() public méthode

public ConvertBack ( object value, System targetType, object parameter, CultureInfo culture ) : object
value object
targetType System
parameter object
culture System.Globalization.CultureInfo
Résultat object