Hunny Software Library Reference

Node.String Property

Gets or sets the string representation.

[Visual Basic]
Public Property String As ByteString
[C#]
public Hunny.Base.ByteString String {get; set;}

Remarks

If the broken-down representation and the string representation are not consistent, you should call the Assemble() method before you call retrieve the string representation, so that it will be updated first.

After you set the string representation, you should call the Parse() method immediately afterward to update the broken-down representation.

See Also

Node Class | Hunny.Mime Namespace