C# Class RFID.RFIDInterface.Source_FrequencyBand_TypeConverter

Inheritance: System.ComponentModel.TypeConverter
Show file Open project: mti-rfid/RFID_Explorer

Public Methods

Method Description
CanConvertFrom ( System context, Type sourceType ) : bool
ConvertFrom ( System context, System culture, Object value ) : object
ConvertTo ( System context, System culture, object value, Type destinationType ) : object

Method Details

CanConvertFrom() public method

public CanConvertFrom ( System context, Type sourceType ) : bool
context System
sourceType System.Type
return bool

ConvertFrom() public method

public ConvertFrom ( System context, System culture, Object value ) : object
context System
culture System
value Object
return object

ConvertTo() public method

public ConvertTo ( System context, System culture, object value, Type destinationType ) : object
context System
culture System
value object
destinationType System.Type
return object