Click or drag to resize
XmlHelperFetch Method (String, String, String)
抓取关键字的值

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string Fetch(
	string parentNodeName,
	string nodeName,
	string xml
)

Parameters

parentNodeName
Type: SystemString
父节点名称
nodeName
Type: SystemString
节点名称
xml
Type: SystemString

[Missing <param name="xml"/> documentation for "M:X3Platform.Util.XmlHelper.Fetch(System.String,System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.XmlHelper.Fetch(System.String,System.String,System.String)"]

See Also