C# Class MediaOwl.Services.ServiceHelper

显示文件 Open project: Slesa/Playground

Public Methods

Method Description
FormatHtmlString ( string source ) : string

Decodes a html-string and strips the tags.

Private Methods

Method Description
LastFmSearchStringBuilder ( IEnumerable parameters ) : string

Builds the url-search-string for the Last.Fm-REST-service

StripTagsCharArray ( string source ) : string

Remove HTML tags from string using char array.

Method Details

FormatHtmlString() public static method

Decodes a html-string and strips the tags.
public static FormatHtmlString ( string source ) : string
source string The source-string.
return string