Table of Contents

Method GetValue

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

GetValue(string)

Retrieves the last value associated with the specified key. Returns null if the key does not exist.

public string? GetValue(string name)

Parameters

name string

The key for which to retrieve the value.

Returns

string

The last value associated with the specified key, or null if the key is not found.