C# Class Newtonsoft.Json.Converters.DateTimeConverterBase

Provides a base class for converting a DateTime to and from JSON.
Inheritance: JsonConverter
Afficher le fichier Open project: runegri/Applicable

Méthodes publiques

Méthode Description
CanConvert ( Type objectType ) : bool

Determines whether this instance can convert the specified object type.

Method Details

CanConvert() public méthode

Determines whether this instance can convert the specified object type.
public CanConvert ( Type objectType ) : bool
objectType System.Type Type of the object.
Résultat bool