C# 클래스 ServiceInsight.ExtensionMethods.StringExtensions

파일 보기 프로젝트 열기: Particular/ServiceInsight

공개 메소드들

메소드 설명
Contains ( this source, string toCheck, System.StringComparison comparison ) : bool
IsEmpty ( this value ) : bool

메소드 상세

Contains() 공개 정적인 메소드

public static Contains ( this source, string toCheck, System.StringComparison comparison ) : bool
source this
toCheck string
comparison System.StringComparison
리턴 bool

IsEmpty() 공개 정적인 메소드

public static IsEmpty ( this value ) : bool
value this
리턴 bool