UnionConverter.

CanConvert(Type) Method

Summary

Determines whether this instance can convert the specified object type.

Syntax

public override bool CanConvert(Type objectType)

Parameters

Name Type Description
objectType Type Type of the object.

Return Value

Type Description
bool true if this instance can convert the specified object type; otherwise, false.