메소드 | 설명 | |
---|---|---|
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 |
public static GetSubstring ( this sb, int ind, int length ) : string | ||
sb | this | |
ind | int | |
length | int | |
리턴 | string |
public static IndexOf ( this sb, string value, int startIndex, bool ignoreCase = false ) : int | ||
sb | this | |
value | string | |
startIndex | int | |
ignoreCase | bool | |
리턴 | int |
public static Substring ( this sb, int ind, int length ) : void | ||
sb | this | |
ind | int | |
length | int | |
리턴 | void |