Click or drag to resize
FacetsParse Method
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
C#
public static Facets Parse(
	string source
)

Parameters

source
Type: SystemString
the string to parse

Return Value

Type: Facets
a Facets object from the source string
Exceptions
ExceptionCondition
ArgumentExceptionif there are any parse errors
See Also