I have to format given character [132233.2453] like this -> 132,233.2453
current code -> $number.format("###,###.##00", $value)
which seems to be working fine, but for character [295] -> it should be 295.00 [minimum 2 characters after decimal points] but it is coming 295 [without any decimal points]