public virtual bool IsVariableValid( string strVariableName )
public: virtual bool IsVariableValid( String^ strVariableName )
Parameters
- strVariableName
- variable name to check.
Return Value
false: If strVariableName contains characters, which cannot be used for variable name. true: strVariableName can be used as variable name.