C# 클래스 Dicom.Utility.Wildcard

파일 보기 프로젝트 열기: fo-dicom/mdcm

공개 메소드들

메소드 설명
Match ( string pattern, string s ) : bool

Returns true if the string matches the pattern which may contain * and ? wildcards. Matching is done without regard to case.

Match ( string pattern, string s, bool caseSensitive ) : bool

Returns true if the string matches the pattern which may contain * and ? wildcards.

메소드 상세

Match() 공개 정적인 메소드

Returns true if the string matches the pattern which may contain * and ? wildcards. Matching is done without regard to case.
public static Match ( string pattern, string s ) : bool
pattern string
s string
리턴 bool

Match() 공개 정적인 메소드

Returns true if the string matches the pattern which may contain * and ? wildcards.
public static Match ( string pattern, string s, bool caseSensitive ) : bool
pattern string
s string
caseSensitive bool
리턴 bool