Click or drag to resize

XmlUtilsAddAttributeValue Method

Overload List
  NameDescription
Public methodStatic memberAddAttributeValue(XmlNode, String, Boolean, XmlDocument)
Creates and adds an attribute w. value to a xml node.
Public methodStatic memberAddAttributeValue(XmlNode, String, DateTime, XmlDocument)
Creates and adds an attribute w. value to a xml node.
Public methodStatic memberAddAttributeValue(XmlNode, String, Double, XmlDocument)
Creates and adds an attribute w. value to a xml node.
Public methodStatic memberAddAttributeValue(XmlNode, String, Guid, XmlDocument)
Creates and adds an attribute w. value to a xml node.
Public methodStatic memberAddAttributeValue(XmlNode, String, Int32, XmlDocument)
Creates and adds an attribute w. value to a xml node.
Public methodStatic memberAddAttributeValue(XmlNode, String, String, XmlDocument)
Creates and adds an attribute w. value to a xml node.
Top
See Also