ValueSerializer::CanConvertToString Method (Object^, IValueSerializerContext^)

 

When overridden in a derived class, determines whether the specified object can be converted into a String.

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

public:
virtual bool CanConvertToString(
	Object^ value,
	IValueSerializerContext^ context
)

Parameters

value
Type: System::Object^

The object 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 into a String; otherwise, false.

The base implementation always returns false.

.NET Framework
Available since 3.0
Return to top
Show: