YamlToObjectParser.ParseYamlToObjectOverrides
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)
Parameters
yaml
Yaml text to parse
instance