2 references to ToString
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionSelectionTable.cs (1)
96return Convert.ToString(value, CultureInfo.InvariantCulture) ?? string.Empty;
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
1030return Convert.ToString(viewContext.ViewData.Eval(key, format), CultureInfo.CurrentCulture);