Ejemplo n.º 1
0
            public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
            {
                var id = (int)value;

                return(MediaLibrary.GetAvatar(id));
            }