Table of Contents

Method GetValue

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

GetValue(string, string)

Gets a value from the metadata collection.

public string? GetValue(string section, string name)

Parameters

section string

The logical section to retrieve from.

name string

The name of the value to retrieve.

Returns

string

A string containing the value, or null if the value wasn't present.