Method GetCharValue
| Improve this Doc View SourceGetCharValue(String)
Gets the value of a variable in char format.
Declaration
public virtual char GetCharValue(string variable)
Parameters
| Type | Name | Description |
|---|---|---|
| String | variable | The variable name of the value to get. |
Returns
| Type | Description |
|---|---|
| Char | A value of the variable in |
Implements
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| VariableNotSetException |
|
| FormatException |
|