Method SetTermLength
SetTermLength(Int32)
Set number of valid characters (length of the term) in
the termBuffer array. Use this to truncate the termBuffer
or to synchronize with external manipulation of the termBuffer.
Note: to grow the size of the array,
use Resize
Declaration
public void SetTermLength(int length)
Parameters
Type | Name | Description |
---|---|---|
System. |
length | the truncated length |