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