2 references to FormatShortValueCore
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
179public static string FormatValue(short value, CultureInfo? culture = null) => FormatShortValueCore(value, culture); 1729formatter = (BindFormatter<short>)FormatShortValueCore;