Class MoneyUtils


  • public final class MoneyUtils
    extends Object
    Created by Vahid Zafari on 8/12/2016.
    • Method Detail

      • moneyMask

        public static String moneyMask​(long money)
        Returns:
        get long number and return that in string format with money mask
      • moneyMask

        public static String moneyMask​(double money)