set_data


Description:

public bool set_data (string key, string? val) throws Error

Parameters:

this

the SettingUser instance

key

the key to set

val

the value to set or null to clear a key.

Returns:

true if the operation was successful. The operation can fail if key or val are not valid strings according to check_key and check_val.