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

Mostrar archivo Open project: paratechnical/Seringa

Public Methods

Method 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 method

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

RemoveLastSlash() public static method

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