Click or drag to resize

FilterHelperDescription Method (String)

Get the localized description for the specified filter symbol.

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

Parameters

symbol
Type: SystemString
The symbol for which to get the description, from FilterSyms.

Return Value

Type: String
The filter description, if item is known, else the symbol itself.
See Also