Dijeli putem


ToString Method

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

Convert the WebServiceVersion object to string representation.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As WebServiceVersion
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 string representation of the current instance.

Remarks

Converts a WebServiceVersion object into a string. Returns a concatenated string containing the MajorVersion and MinorVersionproperties of the WebServiceVersion.

Permissions

See Also

Reference

WebServiceVersion Structure

WebServiceVersion Members

Microsoft.CommerceServer Namespace