[]
Represents the padding type converter.
public sealed class PaddingEx.PaddingExConverter : TypeConverter
Name | Description |
---|---|
PaddingExConverter() |
Name | Description |
---|---|
CanConvertFrom(ITypeDescriptorContext, Type) | Determines if we can convert from anything. |
CanConvertTo(ITypeDescriptorContext, Type) | Determines if we can convert to anything. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, object) | Converts from anything. |
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type) | Converts to destination type. |
CreateInstance(ITypeDescriptorContext, IDictionary) | Creates instance. |
GetCreateInstanceSupported(ITypeDescriptorContext) | Determines whether the creation of an instance |
GetProperties(ITypeDescriptorContext, object, Attribute[]) | Gets properties. |
GetPropertiesSupported(ITypeDescriptorContext) | Determines whether property retrieval is supported. |