C# Класс ComponentFactory.Krypton.Toolkit.DateTimeNullableConverter

Add DBNull/Null conversion for date time types.
Наследование: System.ComponentModel.DateTimeConverter
Показать файл Открыть проект

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

Метод Описание
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