共用方式為


XamlBindingHelper.ConvertValue(TypeName, Object) 方法

定義

將值從來源類型轉換為目標型別。

public:
 static Platform::Object ^ ConvertValue(TypeName type, Platform::Object ^ value);
 static IInspectable ConvertValue(TypeName const& type, IInspectable const& value);
public static object ConvertValue(System.Type type, object value);
function convertValue(type, value)
Public Shared Function ConvertValue (type As Type, value As Object) As Object

參數

type
TypeName Type

要轉換值的來源型別。

value
Object

Platform::Object

IInspectable

要進行轉換的值。

傳回

Object

Platform::Object

IInspectable

轉換的值。

備註

這個方法可用於 XAML 編譯器所產生的程式碼中。

適用於