C# Class LinkCrawler.Utils.Extensions.StringExtensions

Afficher le fichier Open project: hmol/LinkCrawler

Méthodes publiques

Méthode Description
StartsWithIgnoreCase ( this str, string startsWith ) : bool
ToBool ( this str ) : bool

Method Details

StartsWithIgnoreCase() public static méthode

public static StartsWithIgnoreCase ( this str, string startsWith ) : bool
str this
startsWith string
Résultat bool

ToBool() public static méthode

public static ToBool ( this str ) : bool
str this
Résultat bool