Version

Search Results

UltraDataColumn Constructor(SerializationInfo,StreamingContext)

Constructor used to deserialization to initialize a new instance of the class with the serialized property values Syntax Parameters info The System.Runtime.Serialization.SerializationInfo used to obtain the serialized properties of the objectcontext An System.ComponentModel.ITypeDescriptorContext that provides a f...

UltraDataRow.UltraDataRowTypeConverter Class

UltraDataRow type converter. Syntax

UltraDataRow.UltraDataRowTypeConverter Class Members

Public Constructors Public Methods Protected Methods

UltraDataRow.UltraDataRowTypeConverter Class Methods

Public Methods Protected Methods

CanConvertTo(ITypeDescriptorContext,Type) Method

Returns whether this converter can convert the object to the specified type, using the specified context. Syntax Parameters context An System.ComponentModel.ITypeDescriptorContext that provides a format context.destinationType A System.Type that represents the type you want to convert to. Return Value true if this...

CanConvertTo Method (UltraDataRow.UltraDataRowTypeConverter)

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

ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method

Converts the given value object to the specified type, using the specified context and culture information. Syntax Parameters context An System.ComponentModel.ITypeDescriptorContext that provides a format context.culture A System.Globalization.CultureInfo. If null is passed, the current culture is assumed.value Th...

ConvertTo Method (UltraDataRow.UltraDataRowTypeConverter)

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