FacetsParse Method A Sandcastle Documented Class Library
Create a Facets object from the source string.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.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

Reference