ArcFM Engine Developer Guide
ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method


ITypeDescriptorContext
Current culture (see CLR specs)
value to convert from
TypeConverter method implementation.
Syntax
'Declaration
 
Public Overloads Overrides Function ConvertFrom( _
   ByVal context As ITypeDescriptorContext, _
   ByVal culture As CultureInfo, _
   ByVal value As Object _
) As Object
'Usage
 
Dim instance As TransitionConverter
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
)

Parameters

context
ITypeDescriptorContext
culture
Current culture (see CLR specs)
value
value to convert from

Return Value

value that is result of conversion
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TransitionConverter Class
TransitionConverter Members
Overload List

 

 


Send Comment