String. Format () string formatting

Source: Internet
Author: User

Format () Basic syntax:

???? {index [, align] [: format string]}

????· Index: Represents the nth object parameter in a list of referenced objects.

????· Align (optional): Sets the width and alignment, which is a signed integer. Positive numbers are right-aligned, and negative numbers are left-aligned. For example: {0,50} indicates a width of 50, right-justified. {0,-50} indicates a width of 50, left-justified.

????· Format strings: Common "data Format", "Date and Time format", custom format, etc. Start with "Colon". For example: Number format:C for Currency , D for decimal number, E for scientific notation, G for general 、.... which can be written as cxx,xx for precision, with a range of 0-99, such as String. The C3 in Fromat ("=={0,30:c3}==", 3.1415926535384) indicates that 3 decimal places are reserved. DateTime format: D for short date, d for long date, F for full date + short time, F for full date + long time, T for short time mode 、.....

As shown in the following:

????

If you want to keep several decimals in a single, as shown:

String. Format () string formatting

Related Article

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.