The methods of the String class are listed below. For a complete list of String class members, see the String Members topic.
 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 | 
 Finalize (inherited from Object) | |
 MemberwiseClone (inherited from Object) | 
 Write | Overloaded. Write | 
 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 |