Class InitializationStateToUri
Class for converting a InitializationState to a Uri.
public class InitializationStateToUri : IValueConverter
- Inheritance
-
InitializationStateToUri
- Implements
- Inherited Members
- Extension Methods
Methods
Convert(object, Type, object, CultureInfo)
Converts a InitializationState to a BitmapImage.
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
objecttargetType
TypeThe type of the binding target property.
parameter
objectThe converter parameter to use.
culture
CultureInfoThe culture to use in the converter.
Returns
ConvertBack(object, Type, object, CultureInfo)
Converter which converts a Uri to a InitializationState.
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
objectThe value produced by the binding source.
targetType
TypeThe type of the binding target property.
parameter
objectThe converter parameter to use.
culture
CultureInfoThe culture to use in the converter.
Returns
Exceptions
- NotImplementedException
Always thrown.