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
)
Public Function SymbolText (
symbol As String,
defaultText As String
) As String
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:
StringThe localized symbol text if found, else the defaultText.
See Also