C# 클래스 LinkCrawler.Utils.Extensions.StringExtensions

파일 보기 프로젝트 열기: hmol/LinkCrawler

공개 메소드들

메소드 설명
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