CanConvert Method

Chat2Desk

Chat2Desk

DateTimeUtcConverter..::..CanConvert Method

Determines whether this instance can convert the specified object type.

Namespace:  Chat2Desk.Converters
Assembly:  Chat2Desk (in Chat2Desk.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.