MindFusion.Wpf Pack Programmer's Guide
XmlSerializationContext.WriteULong Method
See Also
 





Writes an unsigned long value as a System.Xml.XmlElement object with the specified name and the specified parent.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public XmlElement WriteULong (
    ulong ulongValue,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WriteULong( _
    ulongValue As ULong, _
    elementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

ulongValue

The value to write.

elementName

The name of the new element.

parentElement

The parent of the new element.

 Return Value

The newly created System.Xml.XmlElement.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Wpf Namespace