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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly