Skip to main content

ContextIdentifier.ToString() Method

Returns a string representation of the ContextIdentifier.

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 ContextIdentifier.

Remarks

This method always returns the ContextIdentifier‘s ContextIdentifier.Id property value.

See Also