Automated commit at Wed Apr 17 15:30:01 CEST 2024

This commit is contained in:
Mischa van den Burg 2024-04-17 15:30:01 +02:00
parent 104a342f09
commit e6279a2d30

View File

@ -0,0 +1,10 @@
- `int` for most whole numbers
- `decimal` for numbers representing money
- `bool` for true or false values
- `string` for alphanumeric value
## Links:
[Choose the right data type - Training | Microsoft Learn](https://learn.microsoft.com/en-us/training/modules/csharp-choose-data-type/6-choose-right-data-type)
202404171421