3 references to ToString
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionSelectionTable.cs (1)
96
return Convert.
ToString
(value, CultureInfo.InvariantCulture) ?? string.Empty;
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
1030
return Convert.
ToString
(viewContext.ViewData.Eval(key, format), CultureInfo.CurrentCulture);
System.Data.OleDb (1)
OleDbStruct.cs (1)
444
builder.AppendLine($"tagDBCOLUMNINFO: {Convert.
ToString
(pwszName, CultureInfo.InvariantCulture)}");