[This is preliminary documentation and is subject to change.]
Converts an html string into its text equivalent. All the html tags
are removed and some tags like break and paragraph tags appropriately
converted.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static string ConvertFromHtml( string tempStr, bool ignoreAllTags ) |
Visual Basic (Declaration) |
---|
Public Shared Function ConvertFromHtml ( _ tempStr As String, _ ignoreAllTags As Boolean _ ) As String |
Visual C++ |
---|
public: static String^ ConvertFromHtml( String^ tempStr, bool ignoreAllTags ) |
Parameters
- tempStr
- Type: System..::.String
The html text that needs to be converted.
- ignoreAllTags
- Type: System..::.Boolean
Ignore all the tags