C# 클래스 Newtonsoft.Json.Converters.DateTimeConverterBase

Provides a base class for converting a DateTime to and from JSON.
상속: JsonConverter
파일 보기 프로젝트 열기: runegri/Applicable

공개 메소드들

메소드 설명
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