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