Integer formatting in Java

Source: Internet
Author: User

Integer formatting in Java

Integer formatting in Java


1. Description

Format the integer: % [index $] [ID] [minimum width] Conversion Method


2. instance analysis

(1) Source Code

/*** 1. format the integer: % [index $] [ID] [minimum width] Conversion Method * 2. format floating point: % [index $] [ID] [minimum width] [. precision] Conversion Method * 3. character formatting: it is very simple to format the characters. c indicates the characters, and '-' indicates the left alignment in the logo * 4. format the percentage Symbol: */package com. you. model;/*** @ author YouHaidong **/public class Str {/*** @ param args */public static void main (String [] args) {String str = String. format ("% 07d", 78); System. out. println ("" + str );}}

(2) Results

0000078

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.