TryGetValue(string,T)
Last updated
Last updated
Method in InMemoryVariableStorage
Retrieves a Value
by name.
Name | Description |
---|---|
The Value
. If a variable by the name of variableName
is not present, returns a value representing null
.
string
variableName
The name of the variable to retrieve the value of. Don't forget to include the "$" at the beginning!
T
result