Back to Devexpress

XtraLocalizer.QueryLocalizedStringEventArgs.ToString() Method

corelibraries-devexpress-dot-utils-dot-localization-dot-xtralocalizer-dot-querylocalizedstringeventargs-b86d9215.md

latest1.4 KB
Original Source

XtraLocalizer.QueryLocalizedStringEventArgs.ToString() Method

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

Namespace : DevExpress.Utils.Localization

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public override string ToString()
vb
Public Overrides Function ToString As String

Returns

TypeDescription
String

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

|

See Also

XtraLocalizer.QueryLocalizedStringEventArgs Class

XtraLocalizer.QueryLocalizedStringEventArgs Members

DevExpress.Utils.Localization Namespace