ValueProviderResultExtensions 类

定义

注意

This type is obsolete and will be removed in a future version. The recommended alternative is System.ComponentModel.TypeDescriptor.GetConverter().

ValueProviderResult 的扩展方法。

public ref class ValueProviderResultExtensions abstract sealed
public static class ValueProviderResultExtensions
[System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is System.ComponentModel.TypeDescriptor.GetConverter().")]
public static class ValueProviderResultExtensions
type ValueProviderResultExtensions = class
[<System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is System.ComponentModel.TypeDescriptor.GetConverter().")>]
type ValueProviderResultExtensions = class
Public Module ValueProviderResultExtensions
继承
ValueProviderResultExtensions
属性

方法

ConvertTo(ValueProviderResult, Type)
已过时.

尝试将 中的 result 值转换为指定的类型。

ConvertTo<T>(ValueProviderResult)
已过时.

尝试将 中的 result 值转换为指定的类型。

适用于