Method | Description | |
---|---|---|
DeleteCharAt ( this self, int index ) : void | ||
Replace ( this self, int startIndex, int endIndex, string replaceStr ) : void |
public static DeleteCharAt ( this self, int index ) : void | ||
self | this | |
index | int | |
return | void |
public static Replace ( this self, int startIndex, int endIndex, string replaceStr ) : void | ||
self | this | |
startIndex | int | |
endIndex | int | |
replaceStr | string | |
return | void |