First chapter C # data types

Source: Internet
Author: User
Tags control characters

1 Value types

1.1 Integer type

SByte signed 8-bit integer

BYTE unsigned 8-bit integer

Short signed 16-bit integer

ushort unsigned 16-bit integer

Int signed 32-bit integer

UINT unsigned 32-bit integer

A long signed 64-bit integer

ULONG unsigned 64-bit integer

1.2 Character types

Includes single letters, numbers, punctuation, other control characters

Represents a character in single quotation marks, or a string (string) type if it is a double quote

Char x= ' a ';

Char a= ' in ';

Escape character

\ ' Single quotation mark

\ "Double quotation marks

\ \ Slash

Space-out character

\a Exclamation Sign

\b Backspace

\f Page Change

\ nthe line break

\ r Enter

\ t Horizontal tab

\v Vertical Tab

1.3 Real Type

Float 32-bit single-precision real number

Double 64-bit dual-precision real number

Decimal 128 Digit real number

1.4 BOOL Type

Ture false

First chapter C # data types

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.