Base:
method
ConvertTo
System.ComponentModel.TypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)
3 overrides of ConvertTo
System.Web (3)
HttpCookie.cs (1)
534public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
UI\WebControls\HorizontalAlignConverter.cs (1)
81public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) {
UI\WebControls\VerticalAlignConverter.cs (1)
79public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) {
4 references to ConvertTo
System (1)
services\monitoring\system\diagnosticts\AlphabeticalEnumConverter.cs (1)
33names[i] = ConvertTo(context, null, objValues.GetValue(i), typeof(string));
System.Web (3)
HttpCookie.cs (1)
543return base.ConvertTo(context, culture, value, destinationType);
UI\WebControls\HorizontalAlignConverter.cs (1)
86return base.ConvertTo(context, culture, value, destinationType);
UI\WebControls\VerticalAlignConverter.cs (1)
84return base.ConvertTo(context, culture, value, destinationType);