The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ValueSerializer::CanConvertToString Method (Object^, IValueSerializerContext^)
.NET Framework (current version)
When overridden in a derived class, determines whether the specified object can be converted into a String.
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::Booleantrue if the value can be converted into a String; otherwise, false.
The base implementation always returns false.
.NET Framework
Available since 3.0
Available since 3.0
Show: