Yaml .NET Parser

Node.ToString Method 

The ToString method here, and in all the classses derived from this class, is used mainly for debugging purpose. ToString returns a xml-like textual representation of the objects. It's very useful to see how a Yaml document has been parsed because of the disambiguous representation of this notation.

public abstract string ToString();

Return Value

Missing <returns> documentation for M:Yaml.Node.ToString

Remarks

Missing <remarks> documentation for M:Yaml.Node.ToString

See Also

Node Class | Yaml Namespace