Property Term
Term
Returns the Token's term text.
This method has a performance penalty because the text is stored internally in a char[]. If possible, use TermBuffer() and TermLength() directly instead. If you really need a String, use this method, which is nothing more than a convenience call to new String(token.termBuffer(), 0, token.termLength())
Declaration
public string Term { get; }
Property Value
Type | Description |
---|---|
System.String |