C#C
C#4y ago
4 replies
surwren

Proper syntax (or usage) for unsigned int

How does one properly use an unsigned int in C#? I'm getting conflicting information from google about int32 being signed/unsigned or using input params like (unsigned int n) which don't seem to work.
Was this page helpful?