1using System.Globalization;
15 public object?
Convert(
object? Value, Type TargetType,
object?
Parameter, CultureInfo Culture)
72 return Value?.ToString() ??
string.Empty;
78 return Value?.ToString() ??
string.Empty;
Base class that references services in the app.
static IStringLocalizer Localizer
Localization service
Converts an enumerated state into a localized string.
object? Convert(object? Value, Type TargetType, object? Parameter, CultureInfo Culture)
object? ConvertBack(object? Value, Type TargetType, object? Parameter, CultureInfo Culture)
object ProvideValue(System.IServiceProvider ServiceProvider)
Abstract base class for contractual parameters
Contains information about a service provider.
IdentityState
Lists recognized legal identity states.
ContractVisibility
Visibility types for contracts.
ContractState
Recognized contract states
XmppState
State of XMPP connection.