C# Class Newtonsoft.Json.Converters.DateTimeConverterBase

Provides a base class for converting a DateTime to and from JSON.
Inheritance: JsonConverter
Datei anzeigen 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