compmod\system\componentmodel\TypeConverter.cs (4)
155return ConvertTo(null, null, value, destinationType);
208return (string)ConvertTo(null, CultureInfo.CurrentCulture, value, typeof(string));
215return (string)ConvertTo(context, CultureInfo.CurrentCulture, value, typeof(string));
222return (string)ConvertTo(context, culture, value, typeof(string));