(new NepaliCurrencyFormatter\CurrencyFormatter())->formatToMoney(520250);
-- will output: 5,20,250
(new NepaliCurrencyFormatter\CurrencyFormatter())->formatToMoney(520250, ['is_unicode' => true]);
-- will output: ५,२०,२५०
(new NepaliCurrencyFormatter\CurrencyFormatter())->formatToMoney(520250);
-- will output: 5,20,250
(new NepaliCurrencyFormatter\CurrencyFormatter())->formatToMoney(520250, ['is_unicode' => true]);
-- will output: ५,२०,२५०