TicketConverterTCanConvert Method
Return a value indicating whether the provided object type can be
converted.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public override bool CanConvert(
Type objectType
)
Public Overrides Function CanConvert (
objectType As Type
) As Boolean
No code example is currently available or this language may not be supported.
- objectType Type
-
Reference to the type of object to be tested.
Boolean
True if the object can be converted. Otherwise, false.