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