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