Write a byte value with the specified name.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public XElement WriteByte ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteByte( _ |
The byte value to write.
The name of the element under which the value should be written.
The parent element of the newly created node.
See Also