Parse a string specification in the server format into an object.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic virtual bool Parse(
string spec
)
Public Overridable Function Parse (
spec As String
) As Boolean
public:
virtual bool Parse(
String^ spec
)
abstract Parse :
spec : string -> bool
override Parse :
spec : string -> bool
Parameters
- spec
- Type: SystemString
String specification
Return Value
Type:
BooleanSuccess/Failure
Remarks
The base implementation parses the generic specification tag::value
format into the underlying dictionary
See Also