Table of Contents

Class YamlUtility

Namespace
Songhay.Publications
Assembly
Songhay.Publications.dll

Shared routines for YamlDotNet.

public static class YamlUtility
Inheritance
YamlUtility
Inherited Members

Methods

DeserializeYaml(string?)

Returns the IDictionary<TKey, TValue> from the specified YAML string.

public static IDictionary<string, object>? DeserializeYaml(string? yaml)

Parameters

yaml string

the YAML string

Returns

IDictionary<string, object>

Returns IDictionary<TKey, TValue> where TKey and TValue are converted from object to string