Beispiel #1
0
        public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
        {
            string filepath = value as string;

            return(new Uri(BizUtil.GetDataFolder("style_img", filepath), UriKind.Absolute));
        }