Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPPowerOperation.AsString

Get string representation of power operation

Declaration

Source position: fpexprpars.pp line 357

public function TFPPowerOperation.AsString: AnsiString; override;

Function result

Returns string representation of the power

Description

The AsString method returns a human-readable string representation of the power operation, typically in the format 'base ^ exponent' or 'base ** exponent', showing both operands and the power operator.


Documentation generated on: Dec 15 2025