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
)
Public Function Description (
symbol As String
) As String
Parameters
- symbol
- Type: SystemString
The symbol for which to get the description, from FilterSyms.
Return Value
Type:
StringThe filter description, if item is known, else the symbol itself.
See Also