LEADTOOLS (Leadtools assembly)

ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method

Show in webframe







A System.ComponentModel.TypeDescriptor that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked.
A System.Globalization.CultureInfo that specifies the culture to represent the object.
The object to convert.
Converts the given object to the converter's native type.
Syntax
public override object ConvertFrom( 
   ITypeDescriptorContext context,
   CultureInfo culture,
   object value
)
'Declaration
 
Public Overloads Overrides NotOverridable Function ConvertFrom( _
   ByVal context As ITypeDescriptorContext, _
   ByVal culture As CultureInfo, _
   ByVal value As Object _
) As Object
'Usage
 
Dim instance As LeadSizeConverter
Dim context As ITypeDescriptorContext
Dim culture As CultureInfo
Dim value As Object
Dim value As Object
 
value = instance.ConvertFrom(context, culture, value)
public override object ConvertFrom( 
   ITypeDescriptorContext context,
   CultureInfo culture,
   object value
)

            

            
 function Leadtools.LeadSizeConverter.ConvertFrom(ITypeDescriptorContext,CultureInfo,Object)( 
   context ,
   culture ,
   value 
)
public:
Object^ ConvertFrom( 
   ITypeDescriptorContext^ context,
   CultureInfo^ culture,
   Object^ value
) override 

Parameters

context
A System.ComponentModel.TypeDescriptor that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked.
culture
A System.Globalization.CultureInfo that specifies the culture to represent the object.
value
The object to convert.

Return Value

An System.Object representing the converted value.
Requirements

Target Platforms

See Also

Reference

LeadSizeConverter Class
LeadSizeConverter Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.