| 
            
              ObjectIdentifierConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method
             | 
          
        
        
            Converts the given object to the type of this converter, using the specified context and culture information.
            
        
        Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
Syntaxpublic override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)
Public Overrides Function ConvertFrom ( 
	context As ITypeDescriptorContext,
	culture As CultureInfo,
	value As Object
) As Object
public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ context, 
	CultureInfo^ culture, 
	Object^ value
) override
abstract ConvertFrom : 
        context : ITypeDescriptorContext * 
        culture : CultureInfo * 
        value : Object -> Object 
override ConvertFrom : 
        context : ITypeDescriptorContext * 
        culture : CultureInfo * 
        value : Object -> Object function ConvertFrom(context, culture, value);
 View SourceParameters
- context  ITypeDescriptorContext
 - culture  CultureInfo
 - value  Object
 
Return Value
Object
See Also