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