All Downloads are FREE. Search and download functionalities are using the official Maven repository.

convex.gui.utils.TextFormat Maven / Gradle / Ivy

The newest version!
package convex.gui.utils;

import convex.core.text.Text;

public class TextFormat {
	public String convexBalance(long bal) {
		return Text.toFriendlyNumber(bal);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy