C# Класс LinkCrawler.Utils.Extensions.StringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
StartsWithIgnoreCase ( this str, string startsWith ) : bool
ToBool ( this str ) : bool

Описание методов

StartsWithIgnoreCase() публичный статический Метод

public static StartsWithIgnoreCase ( this str, string startsWith ) : bool
str this
startsWith string
Результат bool

ToBool() публичный статический Метод

public static ToBool ( this str ) : bool
str this
Результат bool