C# Class SKELETON.StringToImageConverter

Inheritance: IValueConverter
Afficher le fichier Open project: dkackman/UWPAppSkeleton

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