XmlHelperFetch Method (String, String) |
抓取关键字的值
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string Fetch(
string nodeName,
string xml
)
public:
static String^ Fetch(
String^ nodeName,
String^ xml
)
Parameters
- nodeName
- Type: SystemString
节点名称 - xml
- Type: SystemString
Xml 字符串
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Util.XmlHelper.Fetch(System.String,System.String)"]
See Also