Assembles the string representation.
This method, inherited from Node, executes the assemble
operation for Field objects. The assemble operation creates
or updates the string representation from the broken-down
representation. For Field objects, the assemble operation
builds the string representation from the field name and the string
representation of the contained FieldBody object. Before it
builds the string representation, this method calls the
Assemble() method of its contained FieldBody
object.
You should call this method after you set or modify either the
field name or the contained FieldBody object, and before you
retrieve the string representation.
This method clears the is-modified flag.
Field Class | Hunny.Mime Namespace