Parses Yaml values to an existing object instance by mapping Yaml values, to object properties.
In case of error check the Errors
collection.
public bool ParseYamlToObjectOverrides(string yaml, object instance)
Return Value
true if there are custom overrides, false if stock object is returned
Parameters
yaml
Yaml text to parse
instance
See also:
Class YamlToObjectParser© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic