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

傳回

StringValue 版本。

適用於