FourPartVersion.ToString Method (2003 System)

Returns the string representation of the FourPartVersion.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

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

returnValue = instance.ToString()
public override string ToString()

Return Value

Type: System.String
The string representation of the values of the major, minor, build, and revision parts of the FourPartVersion.

Permissions

See Also

Reference

FourPartVersion Structure

FourPartVersion Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace