2 references to ConvertTo
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\ModelBindingHelper.cs (1)
598
var converted =
ConvertTo
(value, typeof(T), culture);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
1068
return ModelBindingHelper.
ConvertTo
(entry.RawValue, destinationType, culture: null);