C# Class ALMRestClient.HTMLCleanUp

Show file Open project: webcompere/ALMRestClient

Public Methods

Method Description
Clean ( string source ) : string

Cleanse HTML tags and other detritus from the string to make it plaintext

Method Details

Clean() public static method

Cleanse HTML tags and other detritus from the string to make it plaintext
public static Clean ( string source ) : string
source string
return string