2 references to FormatIntValueCore
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
104
public static string? FormatValue(int value, CultureInfo? culture = null) =>
FormatIntValueCore
(value, culture);
1704
formatter = (BindFormatter<int>)
FormatIntValueCore
;