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