Method TryGetStringValue
| Improve this Doc View SourceTryGetStringValue(String, out String)
Try to retrieve the value of a variable in string format.
Declaration
bool TryGetStringValue(string variable, out string value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | variable | The variable name of the value to try retrieve. |
| String | value | The string value retrieved or |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|