C# Class PhotoSharingApp.Universal.ValueConverters.GoldValueToGaveGoldStringConverter

Converts a gold value from an annotation into a readable string message. E.g. "4" -> "Gave 4 pieces of Gold"
Inheritance: IValueConverter
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, string language ) : object
ConvertBack ( object value, Type targetType, object parameter, string language ) : object

Method Details

Convert() public method

public Convert ( object value, Type targetType, object parameter, string language ) : object
value object
targetType System.Type
parameter object
language string
return object

ConvertBack() public method

public ConvertBack ( object value, Type targetType, object parameter, string language ) : object
value object
targetType System.Type
parameter object
language string
return object