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.
Exception | Description |
---|---|
System.ArgumentNullException | Thrown in case of missing parameters. |
System.ArgumentException | Thrown in case of invalid arguments. |
System.ApplicationException | The internal interface for place holders could not be created. |
Eplan.EplApi.Base.BaseException | Service couldn't be correctly executed. Pleas see the exception message for further explanation. |