LocalizableString(String, Func<String, String>) Constructor
Initializes a new instance of the LocalizableString class with specified settings.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public LocalizableString(
string key,
Func<string, string> formatString = null
)
Parameters
Name | Type | Description |
---|---|---|
key | String | The localization key. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
formatString | Func<String, String> | null | The format of the localization key. |
See Also