ArgumentValueSerializer.ConvertToString Method

Definition

Converts the specified object to a String.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override System::String ^ ConvertToString(System::Object ^ value, System::Windows::Markup::IValueSerializerContext ^ context);
public override string ConvertToString (object value, System.Windows.Markup.IValueSerializerContext context);
override this.ConvertToString : obj * System.Windows.Markup.IValueSerializerContext -> string
Public Overrides Function ConvertToString (value As Object, context As IValueSerializerContext) As String

Parameters

value
Object

The object to convert into a String.

context
IValueSerializerContext

Context information that is used for conversion.

Returns

A String representation of the specified object.

Applies to