Hunny Software Library Reference

Stamp.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 Stamp objects. The parse operation creates or updates the broken-down representation from the string representation. For Stamp objects, the parse operation parses the string representation to extract the from, by, via, with, id, for, and date attributes. This method also calls the Parse() method of its contained DateTime object.

You should call this method after you set or modify the string representation, and before you access any of the attributes of this object.

This method clears the is-modified flag.

See Also

Stamp Class | Hunny.Mime Namespace