bool IsVariableValid( string strVariableName )
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.