0 votes
in C Sharp by (13.0k points)
What are value types in C#?

1 Answer

0 votes
by (23.1k points)
Below are the list of value types in C# -

decimal

int

byte

enum

double

long

float
...