QuickObjects.ObjectBase Send comments on this topic.
ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > ByteFieldTypeConverter Class > ConvertFrom Method : ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
context
culture
value
ConvertFrom - Tries to convert Byte value into ByteField.

Syntax

C# 
public override object ConvertFrom( 
   ITypeDescriptorContext context,
   CultureInfo culture,
   object value
)

Parameters

context
culture
value

Requirements

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

See Also