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::CanConvertFromString Method (String^, IValueSerializerContext^)
.NET Framework (current version)
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.
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.
The base implementation always returns false.
.NET Framework
Available since 3.0
Available since 3.0
Show: