Table of Contents

Method GetString

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

GetString(string, string)

Gets the stored string with the specified key.

public string? GetString(string prefix, string key)

Parameters

prefix string

The storage prefix/group.

key string

The storage key.

Returns

string

The string stored with the specified key, otherwise null if the key has no value populated.