[]
Converts instances of other types to and from ListBoxLength instances.
public class ListBoxLengthConverter : TypeConverter
Public Class ListBoxLengthConverter
Inherits TypeConverter
Name | Description |
---|---|
ListBoxLengthConverter() |
Name | Description |
---|---|
CanConvertFrom(ITypeDescriptorContext, Type) | Returns whether the type converter can convert an object from the specified type to the type of this converter. |
CanConvertTo(ITypeDescriptorContext, Type) | Returns whether the type converter can convert an object to the specified type. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, object) | Converts from the specified value to the intended conversion type of the converter. |
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type) | Converts the specified value object to the specified type. |