StringHelperHtmlToTxt Method | Helper帮助文档 |
HTML转行成TEXT
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string HtmlToTxt( string strHtml )
Public Shared Function HtmlToTxt ( strHtml As String ) As String
public: static String^ HtmlToTxt( String^ strHtml )
static member HtmlToTxt : strHtml : string -> string
Parameters
- strHtml
- Type: SystemString
[Missing <param name="strHtml"/> documentation for "M:HD.Common.StringHelper.HtmlToTxt(System.String)"]
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.StringHelper.HtmlToTxt(System.String)"]
See Also