Click or drag to resize

MessageIdJsonConverterCanConvert Method

[This is preliminary documentation and is subject to change.]

Determines whether this instance can convert the specified object type.

Namespace:  JsonRpc.Messages
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public override bool CanConvert(
	Type objectType
)

Parameters

objectType
Type: SystemType
Type of the object.

Return Value

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