ESRI.ArcGIS.ADF.Web.UI.WebControls
ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > DropDownBoxItemCollectionConverter Class > ConvertFrom Method : ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method




context
An ITypeDescriptorContext that provides a format context.ITypeDescriptorContext
culture
The CultureInfo to use as the current culture.
value
The object to convert
Converts the given value to the type of this converter.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function ConvertFrom( _
   ByVal context As ITypeDescriptorContext, _
   ByVal culture As CultureInfo, _
   ByVal value As Object _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As DropDownBoxItemCollectionConverter
Dim context As ITypeDescriptorContext
Dim culture As CultureInfo
Dim value As Object
Dim value As Object
 
value = instance.ConvertFrom(context, culture, value)
C# 
public override object ConvertFrom( 
   ITypeDescriptorContext context,
   CultureInfo culture,
   object value
)

Parameters

context
An ITypeDescriptorContext that provides a format context.ITypeDescriptorContext
culture
The CultureInfo to use as the current culture.
value
The object to convert

Return Value

An Object that represents the converted value.

See Also

© 2010 All Rights Reserved.