Rediger

DataGridViewCellStyleConverter Class

Definition

Converts DataGridViewCellStyle objects to and from other data types.

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

Constructors

Name Description
DataGridViewCellStyleConverter()

Initializes a new instance of the DataGridViewCellStyleConverter class.

Methods

Name Description
CanConvertTo(ITypeDescriptorContext, Type)

Returns whether this converter can convert the object to the specified type, using the specified context.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the given value object to the specified type, using the specified context and culture information.

Applies to

See also