Method GetStringValue
| Improve this Doc View SourceGetStringValue(String)
Gets the value of a variable in string format.
Declaration
string GetStringValue(string variable)
Parameters
| Type | Name | Description |
|---|---|---|
| String | variable | The variable name of the value to get. |
Returns
| Type | Description |
|---|---|
| String | A value of the variable in |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| VariableNotSetException |
|