C# Class Seringa.Engine.Utils.Extensions.StringExtensions

Afficher le fichier Open project: paratechnical/Seringa

Méthodes publiques

Méthode Description
Contains ( this source, string toCheck, System.StringComparison comp ) : bool
RemoveLastSlash ( this source ) : string

Removes the last slash in a string if such a slash exists

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

RemoveLastSlash() public static méthode

Removes the last slash in a string if such a slash exists
public static RemoveLastSlash ( this source ) : string
source this
Résultat string