Yaml .NET Parser

Node.Parse Method (String)

Parse a Yaml string and return a Yaml tree

public static Node Parse(
   String lines
);

Parameters

lines
Missing <param> documentation for lines

Return Value

Missing <returns> documentation for M:Yaml.Node.Parse(System.String)

Remarks

Missing <remarks> documentation for M:Yaml.Node.Parse(System.String)

See Also

Node Class | Yaml Namespace | Node.Parse Overload List