FlexWrapTypeConverter Class

Definition

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

public ref class FlexWrapTypeConverter : System::ComponentModel::TypeConverter
public class FlexWrapTypeConverter : System.ComponentModel.TypeConverter
type FlexWrapTypeConverter = class
    inherit TypeConverter
Public Class FlexWrapTypeConverter
Inherits TypeConverter
Inheritance
FlexWrapTypeConverter

Constructors

FlexWrapTypeConverter()

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

Methods

CanConvertFrom(ITypeDescriptorContext, Type)

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

CanConvertTo(ITypeDescriptorContext, Type)

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

Applies to