WorkflowStateConverter.CanConvert Method
Determines whether this instance can convert the specified object type.
Public Overrides Function CanConvert( _
ByVal objectType As Type _
) As Boolean
This language is not supported or no code example is available.
public override bool CanConvert(
Type objectType
)
This language is not supported or no code example is available.
public:
bool CanConvert(
Type^ objectType
)
This language is not supported or no code example is available.
public function CanConvert(
objectType : Type
) : boolean;
This language is not supported or no code example is available.
Parameters
-
objectType
-
Type
Type of the object.
Return Value
bool
true
if this instance can convert the specified object type; otherwise, false
.
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1