Yaml .NET Parser

Integer Methods

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

Private Static Methods

OverflowTest Test that the unsigned int fits in a signed int
Parse16 Hexadecimal string
Parse60 Parses a string with base 60, without sign
ParseBase Parses a string with a given base (maximum 10)

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 to YAML

See Also

Integer Class | Yaml Namespace