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