Table of Contents

Class ImageSourceConverter

Namespace
FFImageLoading.Forms
Assembly
FFImageLoading.Forms.dll
public class ImageSourceConverter : TypeConverter, IValueConverter
Inheritance
ImageSourceConverter
Implements
IValueConverter

Constructors

ImageSourceConverter()

public ImageSourceConverter()

Methods

CanConvertFrom(Type)

public override bool CanConvertFrom(Type sourceType)

Parameters

sourceType Type

Returns

bool

Convert(object, Type, object, CultureInfo)

public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value object
targetType Type
parameter object
culture CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value object
targetType Type
parameter object
culture CultureInfo

Returns

object

ConvertFromInvariantString(string)

public override object ConvertFromInvariantString(string value)

Parameters

value string

Returns

object