> For the complete documentation index, see [llms.txt](https://matt12945.gitbook.io/eft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://matt12945.gitbook.io/eft/functions/helpfunctions/fromrub.md).

# utility.fromRUB(number,string)

Convert specified rouble amount into specific currency *Number* need to be any value *String* should be the currency tpl of the amount you want to convert into rouble

**Usage exemple :**

```javascript
const number = 150000
const currency = "dollar_tpl"
const convertedAmount = utility.fromRUB(number,currency)
```
