3 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);
System.Data.OleDb (1)
OleDbStruct.cs (1)
444builder.AppendLine($"tagDBCOLUMNINFO: {Convert.ToString(pwszName, CultureInfo.InvariantCulture)}");