Class KeyEqualsValueLinesParser
Parses files containing lines of the format "Key = Value".
Inherited Members
Namespace: CrashCABN.Metadata
Assembly: CrashCABN.Metadata.Sources.dll
Syntax
public sealed class KeyEqualsValueLinesParser
Methods
View SourceReadAsync(string)
Declaration
public static ValueTask<Dictionary<string, string>> ReadAsync(string contents)
Parameters
Type | Name | Description |
---|---|---|
string | contents |
Returns
Type | Description |
---|---|
ValueTask<Dictionary<string, string>> |