set_string
Description:
public void set_string (
string name,
string string)
A slightly more efficient version of set_value for string values
avoiding a duplication.
Otherwise it behaves the same set_value.
Parameters:
| this |
A MetadataStore
|
| name |
Metadata name
|
| string |
String value to set
|