Hunny Software Library Reference

Parameter.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 Parameter objects. The parse operation updates the broken-down representation from the string representation. For Parameter objects, the parse operation parses the string representation to extract the name and value of the parameter.

You should call this method after you set or modify the string representation, and before you retrieve the name or value.

This method clears the is-modified flag.

See Also

Parameter Class | Hunny.Mime Namespace