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
Returns
- string
A string containing the value, or null if the value wasn't present.