Yaml .NET Parser

Scalar Methods

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

Public Static Methods

Parse Parses a scalar
  • Integer
  • String
  • Boolean
  • Null
  • Timestamp
  • Float
  • Binary

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Info Node info
ToFile (inherited from Node)Overloaded. Write a YAML tree to a file using UTF-8 encoding
ToString (inherited from Node) 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.
Write (inherited from Node)Overloaded. Return a Yaml string

Protected Instance Methods

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

Protected Internal Instance Methods

Write (inherited from Node)Overloaded. Return a Yaml string

See Also

Scalar Class | Yaml Namespace