Yaml .NET Parser

Node.Parse Method

Parse a Yaml string from a textreader and return a Yaml tree

Overload List

Parse a Yaml string from a textreader and return a Yaml tree

public static Node Parse(TextReader);

Parse a Yaml string and return a Yaml tree

public static Node Parse(String);

Parse function

protected static Node Parse(ParseStream);

Internal parse method

protected static Node Parse(ParseStream,Boolean);

See Also

Node Class | Yaml Namespace