C# Class Dicom.Utility.Wildcard

Afficher le fichier Open project: fo-dicom/mdcm

Méthodes publiques

Méthode Description
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.

Method Details

Match() public static méthode

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
Résultat bool

Match() public static méthode

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
Résultat bool