Hunny Software Library Reference

Field.Parse Method 

Parses the string representation.

[Visual Basic]
Overrides Public Sub Parse()
[C#]
public override void Parse();

Remarks

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.

See Also

Field Class | Hunny.Mime Namespace