XmlHelperExtDeleteXmlAllRows Method | Helper帮助文档 |
删除所有行
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool DeleteXmlAllRows( string strXmlPath )
Public Shared Function DeleteXmlAllRows ( strXmlPath As String ) As Boolean
public: static bool DeleteXmlAllRows( String^ strXmlPath )
static member DeleteXmlAllRows : strXmlPath : string -> bool
Parameters
- strXmlPath
- Type: SystemString
XML路径
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.XmlHelperExt.DeleteXmlAllRows(System.String)"]
See Also