crypto.to_string
crypto.to_string
Function
Returns the current input text.
Syntax
crypto(text).to_string()
Parameters
None.
Return value
| Type | Description |
|---|---|
| String | Current input text. |
Code Example
result = crypto('BT').to_string() // Output: BT print result
Notes
- No summary calculation is performed.