C# Класс AK.F1.Timing.Service.Configuration.Impl.TypeConversion.IPAddressConverter

A System.ComponentModel.TypeConverter for System.Net.IPAddress. This class cannot be inherited.
Наследование: System.ComponentModel.TypeConverter
Показать файл Открыть проект

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

Метод Описание
CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object

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

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

public CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool
context ITypeDescriptorContext
sourceType System.Type
Результат bool

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

public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
Результат object