This is the complete list of members for BaseStringConverter< T >, including all inherited members.
CanConvertFrom(ITypeDescriptorContext context, Type sourceType) | BaseStringConverter< T > | |
CanConvertTo(ITypeDescriptorContext context, Type destinationType) | BaseStringConverter< T > | |
ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) | BaseStringConverter< T > | |
ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) | BaseStringConverter< T > | |
FromString(string value) | BaseStringConverter< T > | protectedpure virtual |
ToString(T value) | BaseStringConverter< T > | protectedvirtual |