dup_string_key


Description:

public string? dup_string_key (string key)

Reads a string value for the key.

If such does not exists, the null is returned.

Parameters:

this

a StoreDB

key

a user key to read

Returns:

a string value of the key, or null when does not exist or any other error occurred

See also set_string_key, get_int_key