Yaml .NET Parser

String Methods

The methods of the String class are listed below. For a complete list of String class members, see the String Members topic.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Info (inherited from Scalar) Node info
ToFile (inherited from Node)Overloaded. Write a YAML tree to a file using UTF-8 encoding
ToString To String
Write (inherited from Node)Overloaded. Return a Yaml string

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Protected Internal Instance Methods

WriteOverloaded. Write

Private Instance Methods

NextUnescapedChar Reads a character from the stream, unescapes it, and moves to the next character.
ParseDoubleQuoted Parses a String surrounded with double quotes
ParseSingleQuoted Parses a String surrounded with single quotes
ParseUnQuoted Parses a String surrounded without nothing

See Also

String Class | Yaml Namespace