ValueProviderResultExtensions Class

Definition

Caution

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

Extensions methods for 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
Inheritance
ValueProviderResultExtensions
Attributes

Methods

ConvertTo(ValueProviderResult, Type)

Attempts to convert the values in result to the specified type.

ConvertTo<T>(ValueProviderResult)

Attempts to convert the values in result to the specified type.

Applies to