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