Skip to main content
A newer version of this page is available. .

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

true if the localization string is returned; otherwise, false.

See Also