Method Delete
Delete(int)
Deletes the current character in pos
.
public bool Delete(int pos)
Parameters
pos
int
Returns
- bool
true if the character was successfully removed, otherwise false.
Deletes the current character in pos
.
public bool Delete(int pos)
pos
inttrue if the character was successfully removed, otherwise false.