Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Newtonsoft
Json
Converters
DateTimeConverterBase
C# Class Newtonsoft.Json.Converters.DateTimeConverterBase
Provides a base class for converting a
DateTime
to and from JSON.
Inheritance:
JsonConverter
Show file
Open project: runegri/Applicable
Public Methods
Method
Description
CanConvert
(
Type
objectType
) :
bool
Determines whether this instance can convert the specified object type.
Method Details
CanConvert()
public
method
Determines whether this instance can convert the specified object type.
public
CanConvert
(
Type
objectType
) :
bool
objectType
System.Type
Type of the object.
return
bool