Skip to main content
All docs
V25.1
  • EnvironmentPolicy.GotEnvironmentVariableEventArgs.ToString() Method

    In This Article

    Returns a human-readable representation of the GotEnvironmentVariableEventArgs object.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    #Declaration

    public override string ToString()

    #Returns

    Type Description
    String

    The string representation of the GotEnvironmentVariableEventArgs object.

    See Also