Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Newtonsoft
Json
Converters
DateTimeConverterBase
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