Create a Facets object from the source string.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
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