4 using System.Globalization;
6 using SiliconStudio.Core.IO;
8 namespace SiliconStudio.Presentation.ValueConverters
13 public class UFileToUri : OneWayValueConverter<UFileToUri>
16 public override object Convert(
object value, Type targetType,
object parameter, CultureInfo culture)
override object Convert(object value, Type targetType, object parameter, CultureInfo culture)
This converter will convert an UFile to an instance of the Uri class.
Defines a normalized file path. See UPath for details. This class cannot be inherited.