Parses the string representation.
This method executes the parse operation. The parse operation
creates or updates the broken-down representation from the string
representation. The parse operation is the opposite of the
assemble operation. In some derived classes, such as
Headers, the parse operation also creates the child nodes of
the object. (In the case of Headers, the child nodes are
Field objects that represent the header fields contained in
the headers.) The Parse() method calls the Parse()
method of all of the child nodes.
This method clears the is-modified flag.
Node Class | Hunny.Mime Namespace