ConvertTo Method

Summary

Returns the assembly qualified name for the passed in Type.

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

Parameters

context
The container representing this System.ComponentModel.TypeDescriptor.

culture
Culture info for assembly.

value
Value to convert.

destinationType
Type to convert to.

Return Value

The assembly qualified name as a string.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly