JsonSafeInt64Converter.CanConvert method
Determines whether this instance can convert the specified object type.
public override bool CanConvert(Type objectType)
| parameter | description |
|---|---|
| objectType | The type of the object. |
Return Value
true if this instance can convert the specified object type; otherwise, false.
See Also
- class JsonSafeInt64Converter