 | 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
Syntaxpublic override bool CanConvert(
Type objectType
)
Public Overrides Function CanConvert (
objectType As Type
) As Boolean
Dim instance As MessageIdJsonConverter
Dim objectType As Type
Dim returnValue As Boolean
returnValue = instance.CanConvert(objectType)
public:
virtual bool CanConvert(
Type^ objectType
) override
abstract CanConvert :
objectType : Type -> bool
override CanConvert :
objectType : Type -> bool
Parameters
- objectType
- Type: SystemType
Type of the object.
Return Value
Type:
Booleantrue if this instance can convert the specified object type; otherwise,
false.
See Also