set_string


Description:

public bool set_string (string key, string value)

Sets or replaces a string value in the dictionary.

Parameters:

this

instance of Dictionary

key

key to set

value

value to set

Returns:

true if the value was set or replaced successfully, false otherwise.