C# 클래스 Seringa.Engine.Utils.Extensions.StringExtensions

파일 보기 프로젝트 열기: paratechnical/Seringa

공개 메소드들

메소드 설명
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