ValueSerializer::CanConvertFromString Method (String^, IValueSerializerContext^)

 

When overridden in a derived class, determines whether the specified String can be converted to an instance of the type that the implementation of ValueSerializer supports.

Namespace:   System.Windows.Markup
Assembly:  System.Xaml (in System.Xaml.dll)

public:
virtual bool CanConvertFromString(
	String^ value,
	IValueSerializerContext^ context
)

Parameters

value
Type: System::String^

The string to evaluate for conversion.

context
Type: System.Windows.Markup::IValueSerializerContext^

Context information that is used for conversion.

Return Value

Type: System::Boolean

true if the value can be converted; otherwise, false.

The base implementation always returns false.

.NET Framework
Available since 3.0
Return to top
Show: