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