Get string representation of conversion operation
Source position: fpexprpars.pp line 381
function TFPConvertNode.AsString: AnsiString; override; |
Returns string representation of the conversion
The AsString method returns a string representation of the conversion operation, typically showing the source expression and the target type for debugging and display purposes.
The string representation helps in understanding the structure of complex expressions that include multiple type conversions and provides useful information for debugging expression parsing issues.