Package codechicken.lib.util
Class FormatUtil
java.lang.Object
codechicken.lib.util.FormatUtil
Created by brandon3055 on 31/10/2023
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringaddCommas(int value) Add commas to a number e.g.static StringaddCommas(long value) Add commas to a number e.g.static StringformatNumber(double value) static StringformatNumber(long value)
-
Constructor Details
-
FormatUtil
public FormatUtil()
-
-
Method Details
-
formatNumber
-
formatNumber
-
addCommas
Add commas to a number e.g. 161253126 > 161,253,126 -
addCommas
Add commas to a number e.g. 161253126 > 161,253,126
-