Get string representation of NOT operation
Source position: fpexprpars.pp line 391
public function TFPNotNode.AsString: AnsiString; override; |
Returns string representation of the NOT
The AsString method returns a string representation of the NOT operation, typically showing the operand prefixed with the "not" keyword for debugging and display purposes.