XmlHelperExtRead Method (String) | Helper帮助文档 |
读取指定节点的数据
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Read( string node )
Public Function Read ( node As String ) As String
public: String^ Read( String^ node )
member Read : node : string -> string
Parameters
- node
- Type: SystemString
节点
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.XmlHelperExt.Read(System.String)"]
See Also