SetValue(string,string)
Stores a
string
in this VariableStorage.void SetValue(string variableName, string stringValue);
Name | Description |
---|---|
string variableName | The name to associate with this variable. |
string stringValue | The string to store. |
Last modified 2mo ago