Skip to main content
All docs
V25.1
  • ILocalizer.TryGetString(String, out String) Method

    Returns the localization string value by its key.

    Namespace: DevExpress.Maui.Mvvm

    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

    true if the method returns a localization string; otherwise, false.

    See Also