PropertyValue.ConvertValueToString(Object) Método

Definição

Quando implementado em uma classe derivada, converte o Value especificado em um StringValue.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

Parâmetros

value
Object

O Value a ser convertido em uma cadeia de caracteres.The Value to convert to a string.

Retornos

String

Uma versão String do Value.A String version of the Value.

Aplica-se a