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::ConvertToString Method (Object^, IValueSerializerContext^)
.NET Framework (current version)
When overridden in a derived class, converts the specified object to a String.
Assembly: System.Xaml (in System.Xaml.dll)
public: virtual String^ ConvertToString( Object^ value, IValueSerializerContext^ context )
Parameters
- value
-
Type:
System::Object^
The object to convert into a string.
- context
-
Type:
System.Windows.Markup::IValueSerializerContext^
Context information that is used for conversion.
| Exception | Condition |
|---|---|
| NotSupportedException | value cannot be converted. |
The base implementation always throws an exception.
Notes to Inheritors:
Avoid throwing exceptions from implementations. See Remarks in ValueSerializer.
.NET Framework
Available since 3.0
Available since 3.0
Show: