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