This documentation is archived and is not being maintained.

ChangesetVersionSpec::ParseChangesetNumber Method

Parses the string as a changeset number. Throws an exception if the changeset number is not a valid changeset integer.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
static int ParseChangesetNumber(
	String^ changeset
)

Parameters

changeset
Type: System::String

The changeset ID.

Return Value

Type: System::Int32
The changeset number.

Show: