CommonGetChildNodeValue Method

[Missing <summary> documentation for "M:IAS.Common.GetChildNodeValue(System.Xml.XmlNode,System.String,System.Type,System.Object)"]

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Object GetChildNodeValue(
	XmlNode xmlNode,
	string childNodeName,
	Type dataType,
	Object valueIfNothing = null
)

Parameters

xmlNode
Type: System.XmlXmlNode

[Missing <param name="xmlNode"/> documentation for "M:IAS.Common.GetChildNodeValue(System.Xml.XmlNode,System.String,System.Type,System.Object)"]

childNodeName
Type: SystemString

[Missing <param name="childNodeName"/> documentation for "M:IAS.Common.GetChildNodeValue(System.Xml.XmlNode,System.String,System.Type,System.Object)"]

dataType
Type: SystemType

[Missing <param name="dataType"/> documentation for "M:IAS.Common.GetChildNodeValue(System.Xml.XmlNode,System.String,System.Type,System.Object)"]

valueIfNothing (Optional)
Type: SystemObject

[Missing <param name="valueIfNothing"/> documentation for "M:IAS.Common.GetChildNodeValue(System.Xml.XmlNode,System.String,System.Type,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:IAS.Common.GetChildNodeValue(System.Xml.XmlNode,System.String,System.Type,System.Object)"]

See Also