Skip to main content
All docs
V23.2

XtraLocalizer.QueryLocalizedStringEventArgs.ToString() Method

Returns a string in the following format: {ResourceStringID}: “{Value}”/“{InvariantString”}.

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public override string ToString()

Returns

Type Description
String

The string representation of the current object (for example, GridStringId.MenuColumnSortAscending: "Aufsteigend sortieren"/"Sort Ascending").

See Also