C# 클래스 Catrobat.IDE.Core.ExtensionMethods.StringExtensions

파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows

공개 메소드들

메소드 설명
Concat ( this baseString, IEnumerable listToConcatenate ) : string
Concat ( this baseString, string toConcatenate ) : string
Count ( this s, char value ) : int
StartsWith ( this s, string value, int startIndex, System.StringComparison comparisonType ) : bool

메소드 상세

Concat() 공개 정적인 메소드

public static Concat ( this baseString, IEnumerable listToConcatenate ) : string
baseString this
listToConcatenate IEnumerable
리턴 string

Concat() 공개 정적인 메소드

public static Concat ( this baseString, string toConcatenate ) : string
baseString this
toConcatenate string
리턴 string

Count() 공개 정적인 메소드

public static Count ( this s, char value ) : int
s this
value char
리턴 int

StartsWith() 공개 정적인 메소드

public static StartsWith ( this s, string value, int startIndex, System.StringComparison comparisonType ) : bool
s this
value string
startIndex int
comparisonType System.StringComparison
리턴 bool