Share via


ToString Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Returns a string representation of the current Expression object.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As Expression
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
public override function ToString() : String

Return Value

Type: System..::.String
The Id appended to the Name information of the current Expression object.

Remarks

Returns the Id and Name information of the current instance.

Permissions

See Also

Reference

Expression Class

Expression Members

Microsoft.CommerceServer.Marketing Namespace