Vous êtes sur la page 1sur 3

In this session

Built in types in C#
Boolean type Only true or false
Integral types sbyte, byte, short, ushort, int ,

uint, long, ulong, char


Floating types float and double
Decimal type
String type
Escape sequences in C#
Verbatim Literal

Verbatim Literal
Verbatim literal , is a string with an @ symbol
prefix

eg: @Hello.
Verbatim literal makes escape sequence translate
as normal printable characters to enhance

readability

Vous aimerez peut-être aussi