PropertyValue.ConvertValueToString(Object) Method

Definition

When implemented in a derived class, converts the specified Value to a StringValue.

protected:
 abstract System::String ^ ConvertValueToString(System::Object ^ value);
protected abstract string ConvertValueToString (object value);
abstract member ConvertValueToString : obj -> string
Protected MustOverride Function ConvertValueToString (value As Object) As String

Parameters

value
Object

The Value to convert to a string.

Returns

A String version of the Value.

Applies to