Localizer.IStringLoader.TryGetString(String, out String) Method
Returns the localization string value by its key.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
bool TryGetString(
string key,
out string value
)
Parameters
| Name | Type | Description |
|---|---|---|
| key | String | The key of the localization string. |
| value | String | The value of the returned localization string. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also