Click or drag to resize

FndDataColumnConverterCanConvertTo Method

Detects if data column can be converted to destination type

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
Type descritor context
destinationType
Type: SystemType
Destination type

Return Value

Type: Boolean
True if conversation is possible
See Also