Method | Description | |
---|---|---|
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 | |
return | string |
public static IndexOf ( this sb, string value, int startIndex, bool ignoreCase = false ) : int | ||
sb | this | |
value | string | |
startIndex | int | |
ignoreCase | bool | |
return | int |
public static Remove ( this sb, int ind ) : void | ||
sb | this | |
ind | int | |
return | void |
public static Substring ( this sb, int ind ) : void | ||
sb | this | |
ind | int | |
return | void |
public static Substring ( this sb, int ind, int length ) : void | ||
sb | this | |
ind | int | |
length | int | |
return | void |