Skip to main content

ContextIdentifiers.ToString() Method

Returns a string representation of the ContextIdentifiers.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v25.2.dll

NuGet Package: DevExpress.Persistent.Base

Declaration

public override string ToString()

Returns

Type Description
String

A string representing the ContextIdentifiers.

Remarks

This method returns the validation contexts identified by the current ContextIdentifiers, separated by the ContextIdentifiers.Separator string.

See Also