[]
        
(Showing Draft Content)

C1.C1Preview.Unit.TypeConverter

Unit.TypeConverter Class

Provides type conversions for Unit values.

Inheritance
TypeConverterBase
Unit.TypeConverter
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class Unit.TypeConverter : TypeConverterBase

Constructors

Name Description
TypeConverter()

Methods

Name Description
CanConvertTo(ITypeDescriptorContext, Type)

Tests whether an object can be converted to the specified type.

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts an object to the specified type.

ObjFromString(ITypeDescriptorContext, string)

Converts a string to a PageNumberingChange object.

StringFromObj(ITypeDescriptorContext, object)

Converts an object to a string.