Noda Time
CanConvert Method (objectType)
NamespacesNodaTime.Serialization.JsonNetNodaConverterBase<(Of <(<'T>)>)>CanConvert(Type)

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

Returns whether or not this converter supports the given type.
Declaration Syntax
C#Visual BasicVisual C++
public override bool CanConvert(
	Type objectType
)
Public Overrides Function CanConvert ( _
	objectType As Type _
) As Boolean
public:
virtual bool CanConvert(
	Type^ objectType
) override
Parameters
objectType (Type)
The type to check for compatibility.
Return Value
True if the given type is supported by this converter (including the nullable form for value types); false otherwise.

Assembly: NodaTime.Serialization.JsonNet (Module: NodaTime.Serialization.JsonNet.dll) Version: 1.0.0.0 (1.0.0.0)