Click or drag to resize

FormBaseParse Method

Parse a string specification in the server format into an object.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public virtual bool Parse(
	string spec
)

Parameters

spec
Type: SystemString
String specification

Return Value

Type: Boolean
Success/Failure
Remarks
The base implementation parses the generic specification tag::value format into the underlying dictionary
See Also