IAdgObject interface.ToString Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Returns a string that represents the ADG object.

string ToString()

Returns a string that represents the ADG object.

Remarks

This method is used to obtain a string that represents the ADG object. The string typically includes information about the object, such as its name or type. This can be useful for debugging or for displaying information about the object to a user.

string ToString()

See Also