Click or drag to resize

FilterHelperToFilterOp Method

Convert a filtering symbol (from FilterSyms) to its corresponding enumeration.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public FilterOp ToFilterOp(
	string symbol
)

Parameters

symbol
Type: SystemString
The symbol to convert, from FilterSyms.

Return Value

Type: FilterOp
The corresponding enumeration, else FilterOp.Unknown.
See Also