Class MoneyUtils

java.lang.Object
org.bardframework.commons.utils.MoneyUtils

public class MoneyUtils extends Object
Created by Vahid Zafari on 8/12/2016.
  • Constructor Details

    • MoneyUtils

      public MoneyUtils()
  • Method Details

    • 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)