Method Delete
Delete(Char[], Int32, Int32)
Delete a character in-place
Declaration
public static int Delete(char[] s, int pos, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | s | Input Buffer |
System.Int32 | pos | Position of character to delete |
System.Int32 | len | length of input buffer |
Returns
Type | Description |
---|---|
System.Int32 | length of input buffer after deletion |