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 编译器生成的代码。

适用于