C# Class XRayBuilderGUI.ExtensionMethods

Afficher le fichier Open project: Ephemerality/xray-builder.gui

Méthodes publiques

Méthode Description
Contains ( this source, string toCheck, System.StringComparison comp ) : bool
ContainsIgnorecase ( this source, string toCheck ) : bool
PregReplace ( this input, string pattern, string replacements ) : String

Method Details

Contains() public static méthode

public static Contains ( this source, string toCheck, System.StringComparison comp ) : bool
source this
toCheck string
comp System.StringComparison
Résultat bool

ContainsIgnorecase() public static méthode

public static ContainsIgnorecase ( this source, string toCheck ) : bool
source this
toCheck string
Résultat bool

PregReplace() public static méthode

public static PregReplace ( this input, string pattern, string replacements ) : String
input this
pattern string
replacements string
Résultat String