2 references to FormatStringValueCore
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
42public static string? FormatValue(string? value, CultureInfo? culture = null) => FormatStringValueCore(value, culture); 1751formatter = (BindFormatter<string>)FormatStringValueCore;