XmlHelper.getNodeValue Method

DCSoft.DBUtilityGeneric

XmlHelpergetNodeValue Method

[Missing <summary> documentation for "M:DCSoft.Utility.Utils.XmlHelper.getNodeValue(System.String,System.String)"]

Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string getNodeValue(
	string xml,
	string nodePath
)

Parameters

xml
Type: SystemString

[Missing <param name="xml"/> documentation for "M:DCSoft.Utility.Utils.XmlHelper.getNodeValue(System.String,System.String)"]

nodePath
Type: SystemString

[Missing <param name="nodePath"/> documentation for "M:DCSoft.Utility.Utils.XmlHelper.getNodeValue(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:DCSoft.Utility.Utils.XmlHelper.getNodeValue(System.String,System.String)"]

See Also