Parse the fields from a depot specification

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public bool Parse(
	string spec
)
Visual Basic
Public Function Parse ( _
	spec As String _
) As Boolean
Visual C++
public:
bool Parse(
	String^ spec
)

Parameters

spec
Type: System..::..String
Text of the depot specification in server format

Return Value

See Also