Hunny Software Library Reference

DispositionType.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 DispositionType objects. The parse operation creates or updates the broken-down representation from the string representation. For DispositionType objects, the parse operation parses the string representation to extract the disposition type value and the list of Parameter objects. This method also calls the Parse() method of each Parameter object in its list.

You should call this method after you set or modify the string representation, and before you access the disposition type value or any of the contained Parameter objects.

This method clears the is-modified flag.

See Also

DispositionType Class | Hunny.Mime Namespace