System\ComponentModel\TypeConverter.cs (4)
106return ConvertTo(null, null, value, destinationType);
157return (string?)ConvertTo(null, CultureInfo.CurrentCulture, value, typeof(string));
165return (string?)ConvertTo(context, CultureInfo.CurrentCulture, value, typeof(string));
173return (string?)ConvertTo(context, culture, value, typeof(string));