Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

When overridden in a derived class, converts the specified object to a String.

Namespace:   System.Windows.Markup
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.

Return Value

Type: System::String^

A string representation of the specified object.

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
Return to top
Show:
© 2017 Microsoft