Parses the string representation.
This method, inherited from Node, executes the parse operation for
Text objects. The parse operation creates or updates the
broken-down representation from the string representation. For
Text objects, the parse operation parses the string
representation to create a list of EncodedWord objects.
This method also calls the Parse() method of each
EncodedWord object in its list.
You should call this method after you set or modify the string
representation, and before you access any of the contained
EncodedWord objects.
This method clears the is-modified flag.
Text Class | Hunny.Mime Namespace