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