ColumnHeaderConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a type converter to convert ColumnHeader objects from one type to another.
public ref class ColumnHeaderConverter : System::ComponentModel::ExpandableObjectConverter
public class ColumnHeaderConverter : System.ComponentModel.ExpandableObjectConverter
type ColumnHeaderConverter = class
inherit ExpandableObjectConverter
Public Class ColumnHeaderConverter
Inherits ExpandableObjectConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| ColumnHeaderConverter() |
Initializes a new instance of the ColumnHeaderConverter class. |
Methods
| Name | Description |
|---|---|
| CanConvertTo(ITypeDescriptorContext, Type) |
Returns a value indicating whether the ColumnHeaderConverter can convert a ColumnHeader to the specified type, using the specified context. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the specified object to the specified type, using the specified context and culture information. |