←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly