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