An extension class for the boolean primitive type.
static string ToYesNo(this bool b)
Converts a boolean value to the localized string 'Yes' if true, or 'No' if false.
A strongly-typed resource class, for looking up localized strings, etc.
static string Yes
Looks up a localized string similar to Yes.
static string No
Looks up a localized string similar to No.
Base class that references services in the app.
static IReportingStringLocalizer Localizer
Localization service