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