CanConvert Method
Summary
Determines whether the specified type can be converted.
Syntax
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.