PropertyValue.ConvertValueToString(Object) 方法

定义

在派生类中实现时,将指定的 Value 转换为 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

参数

value
Object

要转换为字符串的 Value

返回

String 版本的 Value

适用于