C# 클래스 Isop.Infrastructure.StringExtensions

파일 보기 프로젝트 열기: wallymathieu/isop

공개 메소드들

메소드 설명
EndsWithIC ( this self, string other ) : bool

ignore case

EqualsIC ( this self, string other ) : bool

ignore case

StartsWithIC ( this self, string other ) : bool

ignore case

메소드 상세

EndsWithIC() 공개 정적인 메소드

ignore case
public static EndsWithIC ( this self, string other ) : bool
self this
other string
리턴 bool

EqualsIC() 공개 정적인 메소드

ignore case
public static EqualsIC ( this self, string other ) : bool
self this
other string
리턴 bool

StartsWithIC() 공개 정적인 메소드

ignore case
public static StartsWithIC ( this self, string other ) : bool
self this
other string
리턴 bool