YamlHelper.ToHashtable method
Deserializes a YAML string into a PowerShell Hashtable.
public static Hashtable ToHashtable(string yaml)
parameter | description |
---|---|
yaml | The YAML string to deserialize. |
Return Value
A Hashtable containing the deserialized YAML content.
See Also
- class YamlHelper
- namespace Kestrun.Utilities