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