GroupMeAttachmentConverter CanConvert Method CkSoftware GroupMe SDK - Documentation
Determines whether this instance can convert the specified object type.

Namespace: CkSoftware.GroupMe.Sdk.Core.Serialization
Assembly: CkSoftware.GroupMe.Sdk.Core (in CkSoftware.GroupMe.Sdk.Core.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public override bool CanConvert(
	Type objectType
)

Return Value

Type: Boolean
true if this instance can convert the specified object type; otherwise, false.
See Also