C# Класс Dicom.Utility.Wildcard

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

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

Метод Описание
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