BufferCurrentNodeToString(YamlReader) Method

Definition

Assembly SharpYaml.dll

Buffers the current YAML node to a string.

public static string BufferCurrentNodeToString(YamlReader reader)

Parameters

reader
YamlReader

The reader positioned at the start of the node.

Returns

String
The buffered YAML for the node.

Remarks

This method consumes the buffered node from reader and advances it past the node.