C# Класс Newtonsoft.Json.Converters.DateTimeConverterBase

Provides a base class for converting a DateTime to and from JSON.
Наследование: JsonConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
CanConvert ( Type objectType ) : bool

Determines whether this instance can convert the specified object type.

Описание методов

CanConvert() публичный Метод

Determines whether this instance can convert the specified object type.
public CanConvert ( Type objectType ) : bool
objectType System.Type Type of the object.
Результат bool