C# Class MvvmNavigationToolkit.WindowsStore.Sample.Converters.BooleanToValueConverter

Inheritance: IValueConverter
Afficher le fichier Open project: EgorBo/MvvmNavigationToolkit

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, string culture ) : object
ConvertBack ( object value, Type targetType, object parameter, string culture ) : object

Method Details

Convert() public méthode

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

ConvertBack() public méthode

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