CanConvert Method

Summary
Determines whether the specified type can be converted.
Syntax
C#
VB
C++
public override bool CanConvert( 
   Type type 
) 
Public Overrides Function CanConvert( _ 
   ByVal type As Type _ 
) As Boolean 
public: 
bool CanConvert(  
   Type^ type 
) override  

Parameters

type
The type to convert.

Return Value

Returns true if the specified type can be converted; otherwise it is false.

Requirements

Target Platforms

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

Leadtools.Ccow.Services Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.