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