←Select platform

ConvertFrom Method

Summary

Returns a type based on the assembly qualified name passed in as data.

Syntax

C#
VB
C++
public override object ConvertFrom( 
   ITypeDescriptorContext context, 
   CultureInfo culture, 
   object value 
) 
  
Public Overloads Overrides Function ConvertFrom( _ 
   ByVal context As ITypeDescriptorContext, _ 
   ByVal culture As CultureInfo, _ 
   ByVal value As Object _ 
) As Object 
public: 
Object^ ConvertFrom(  
   ITypeDescriptorContext^ context, 
   CultureInfo^ culture, 
   Object^ value 
) override  

Parameters

context
The container representing this System.ComponentModel.TypeDescriptor.

culture
Culture info for assembly.

value
Data to convert.

Return Value

Type of the data

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly