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