QuickObjects.ObjectBase Send comments on this topic.
ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BinaryFieldTypeConverter Class > ConvertTo Method : ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
context
culture
value
destinationType
ConvertTo - Tries to convert BinaryField value into Byte[]

Syntax

C# 
public override object ConvertTo( 
   ITypeDescriptorContext context,
   CultureInfo culture,
   object value,
   Type destinationType
)

Parameters

context
culture
value
destinationType

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also