I am traversing through a Yaml file and want to deserialize the string saved in Value of YamlScalarNode to a dotnet type.
I could not find a Convert Method in YamlScalarNode.
There must be a converter in the project which regards the yaml conventions for parsing in both ways. I just can't find it.