Buffers the current YAML node to a string.
public static string BufferCurrentNodeToString(YamlReader reader)
The reader positioned at the start of the node.
This method consumes the buffered node from reader and advances it past the node.
reader