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