Parses the string representation.
This method, inherited from Node, executes the
parse operation for Field objects. The parse operation
creates or updates the broken-down representation from the string
representation. For Field objects, the parse operation
updates the value of the field name string and creates an instance
of the appropriate subclass of FieldBody. This method
also calls the Parse() method of the
FieldBody object it creates.
You should call this method after you set or modify the string representation, and before you access the field name or field body.
This method clears the is-modified flag.
Field Class | Hunny.Mime Namespace