Create a Facets object from the source string.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public static Facets Parse(
string source
)
Parameters
- source
- Type: SystemString
the string to parse
Return Value
Type:
Facetsa Facets object from the source string
Exceptions Exception | Condition |
---|
ArgumentException | if there are any parse errors |
See Also