Click or drag to resize
XmlHelperAddNewElement Method (XmlDocument, String, Decimal)
Adds a new XML element to an XML document.

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public static XmlElement AddNewElement(
	ref XmlDocument xml,
	string tagName,
	decimal value
)

Parameters

xml
Type: System.XmlXmlDocument
The XmlDocument to which the element will be added.
tagName
Type: SystemString
The tag name of the element which will be added.
value
Type: SystemDecimal
The decimal value in the element which will be added.

Return Value

Type: XmlElement
Returns a reference to the newly created XmlElement.
See Also