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