C# Class LinkCrawler.Utils.Extensions.StringExtensions

Mostrar archivo Open project: hmol/LinkCrawler

Public Methods

Method Description
StartsWithIgnoreCase ( this str, string startsWith ) : bool
ToBool ( this str ) : bool

Method Details

StartsWithIgnoreCase() public static method

public static StartsWithIgnoreCase ( this str, string startsWith ) : bool
str this
startsWith string
return bool

ToBool() public static method

public static ToBool ( this str ) : bool
str this
return bool