C#: A Beginner's Tutorial, Second Edition by Jayden Ky

C#: A Beginner's Tutorial, Second Edition by Jayden Ky

Author:Jayden Ky [Ky, Jayden]
Language: eng
Format: azw3, pdf
Publisher: Brainy Software
Published: 2015-12-10T16:00:00+00:00


Format Specifier

Name

“C” or “c”

Currency

“D” or “d”

Decimal

“E” or “e”

Exponential

“F” or “f”

Fixed-point

“G” or “g”

General

“N” or “n”

Number

“P” or “p”

Percent

“R” or “r”

Round-trip

“X” or “x”

Hexadecimal

Table 9.3: Standard numeric format strings

More information on numeric format strings can be found here:

http://msdn.microsoft.com/en-us/library/dwhawy9k

For example, the following code prints 12345.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.