ResourceStringLoader.TryGetString(String, out String) Method
Returns the localization string value by its key.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public virtual 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 |
|
Implements
See Also