C# 클래스 ComponentFactory.Krypton.Toolkit.DateTimeNullableConverter

Add DBNull/Null conversion for date time types.
상속: System.ComponentModel.DateTimeConverter
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object

Converts the given object to the type of this converter, using the specified context and culture information.

DateTimeNullableConverter ( ) : System

Initialize a new instance of the DateTimeNullableConverter class.

메소드 상세

ConvertFrom() 공개 메소드

Converts the given object to the type of this converter, using the specified context and culture information.
public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
context ITypeDescriptorContext An ITypeDescriptorContext that provides a format context.
culture System.Globalization.CultureInfo The CultureInfo to use as the current culture.
value object The Object to convert.
리턴 object

DateTimeNullableConverter() 공개 메소드

Initialize a new instance of the DateTimeNullableConverter class.
public DateTimeNullableConverter ( ) : System
리턴 System