'Declaration
Public Shared Function SymbolNameExists( _ ByVal symbolName As String _ ) As Boolean
'Usage
Dim symbolName As String Dim value As Boolean value = UACodeBits.SymbolNameExists(symbolName)
public static bool SymbolNameExists( string symbolName )
public: static bool SymbolNameExists( String^ symbolName )
Parameters
- symbolName
- Symbol name for the code bits.
Return Value
True
if the symbol has been found; false
otherwise