Click or drag to resize

FilterHelperSymbolText Method

Gets the localized text for the specified FilterSyms symbol.

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

Parameters

symbol
Type: SystemString
The symbol to look up.
defaultText
Type: SystemString
The text to return if the symbol is not found.

Return Value

Type: String
The localized symbol text if found, else the defaultText.
See Also