2 references to FormatLongValueCore
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
141public static string FormatValue(long value, CultureInfo? culture = null) => FormatLongValueCore(value, culture); 1712formatter = (BindFormatter<long>)FormatLongValueCore;