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