C# Класс Seringa.Engine.Utils.Extensions.StringExtensions

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

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

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

Описание методов

Contains() публичный статический Метод

public static Contains ( this source, string toCheck, System.StringComparison comp ) : bool
source this
toCheck string
comp System.StringComparison
Результат bool

RemoveLastSlash() публичный статический Метод

Removes the last slash in a string if such a slash exists
public static RemoveLastSlash ( this source ) : string
source this
Результат string