String.to_string

String.to_string

String.to_string

Function

Returns the current string itself.

Syntax

Parameters

No parameters.

Return value

TypeDescription
StringReturns the current string.

Example

Notes

  • This method is used for explicit stringification in chained scenarios.