Table of Contents

Method GetOne

Namespace
Sisk.IniConfiguration
Assembly
Sisk.IniConfiguration.dll

GetOne(string)

Gets the last value defined in this INI section by their property name.

public string? GetOne(string key)

Parameters

key string

The property name.

Returns

string

The last value associated with the specified property name, or null if nothing is found.