ImageSourceValueSerializer.ConvertFromString Method

Definition

Converts a String to an ImageSource.

public:
 override System::Object ^ ConvertFromString(System::String ^ value, System::Windows::Markup::IValueSerializerContext ^ context);
public override object ConvertFromString (string value, System.Windows.Markup.IValueSerializerContext context);
override this.ConvertFromString : string * System.Windows.Markup.IValueSerializerContext -> obj
Public Overrides Function ConvertFromString (value As String, context As IValueSerializerContext) As Object

Parameters

value
String

String value to convert into an ImageSource.

context
IValueSerializerContext

Context information used for conversion.

Returns

A new instance of ImageSource based on the supplied value.

Applies to