Parse a string specification in the server format into an object.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
| C# |
|---|
public virtual bool Parse( string spec ) |
| Visual Basic |
|---|
Public Overridable Function Parse ( _ spec As String _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Parse( String^ spec ) |
Parameters
- spec
- Type: System..::..String
String specification
Return Value
Success/Failure
Remarks
The base implementation parses the generic specification tag::value
format into the underlying dictionary