[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.BaseTypeConverter

BaseTypeConverter Class

Base class for typeconverter.

Inheritance
BaseTypeConverter
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public abstract class BaseTypeConverter : TypeConverter

Constructors

Name Description
BaseTypeConverter()

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)

Returns true if the source type is string.

CanConvertTo(ITypeDescriptorContext, Type)

Returns true of the type of string.

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Overloaded. Returns whether this converter can convert an object of one type to the type of this converter.

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Overloaded. Converts the given value object to the specified type.

ObjFromString(string)

Returns an object from it's string representation.

StringFromObj(object)

Returns a string representation from a given object.