Parse the fields from a depot specification
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic bool Parse(
string spec
)
Public Function Parse (
spec As String
) As Boolean
public:
bool Parse(
String^ spec
)
member Parse :
spec : string -> bool
Parameters
- spec
- Type: SystemString
Text of the depot specification in server format
Return Value
Type:
Boolean
See Also