'Declaration
Public Overloads Shared Function Exists( _ ByVal variableName As System.String _ ) As System.Boolean
'Usage
Dim variableName As System.String Dim value As System.Boolean value = Variable.Exists(variableName)
public static System.bool Exists( System.string variableName )
Parameters
- variableName
- Variable Name.
Return Value
True if the Variable exists.