Hunny Software Library Reference

Parameter.Assemble Method 

Assembles the string representation.

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

Remarks

This method, inherited from Node, executes the assemble operation for Parameter objects. The assemble operation creates or updates the string representation from the broken-down representation. For Parameter objects, the assemble operation builds the string representation from the name and value.

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

This method clears the is-modified flag.

See Also

Parameter Class | Hunny.Mime Namespace