Skip to main content
All docs
V24.2

EnvironmentPolicy.GotEnvironmentVariableEventArgs.ToString() Method

In This Article

Returns a human-readable representation of the GotEnvironmentVariableEventArgs object.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public override string ToString()

#Returns

Type Description
String

The string representation of the GotEnvironmentVariableEventArgs object.

See Also