FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

SingleOrArrayConverter<(Of <(<'T>)>)>..::..CanConvert Method

Determines whether this instance can convert the specified object type.

Namespace:  FlowWright.cDevDeAPI.Mobile
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool CanConvert(
	Type objectType
)
Public Function CanConvert ( _
	objectType As Type _
) As Boolean
public:
bool^ CanConvert(
	Type^ objectType
)

Parameters

objectType
Type: Type
Type of the object.

Return Value

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