C# 클래스 FreakySources.StringBuilderExtensions

파일 보기 프로젝트 열기: KvanTTT/Freaky-Sources

공개 메소드들

메소드 설명
GetSubstring ( this sb, int ind, int length ) : string
IndexOf ( this sb, string value, int startIndex, bool ignoreCase = false ) : int
Remove ( this sb, int ind ) : void
Substring ( this sb, int ind ) : void
Substring ( this sb, int ind, int length ) : void

메소드 상세

GetSubstring() 공개 정적인 메소드

public static GetSubstring ( this sb, int ind, int length ) : string
sb this
ind int
length int
리턴 string

IndexOf() 공개 정적인 메소드

public static IndexOf ( this sb, string value, int startIndex, bool ignoreCase = false ) : int
sb this
value string
startIndex int
ignoreCase bool
리턴 int

Remove() 공개 정적인 메소드

public static Remove ( this sb, int ind ) : void
sb this
ind int
리턴 void

Substring() 공개 정적인 메소드

public static Substring ( this sb, int ind ) : void
sb this
ind int
리턴 void

Substring() 공개 정적인 메소드

public static Substring ( this sb, int ind, int length ) : void
sb this
ind int
length int
리턴 void