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