Cannot declare any signed Integer types in C#
I’m working on an ASP.NET application in Visual Studio 2019. I’m running into a problem I’ve never encountered with C# before. I seemingly cannot declare any integer types other than UInt64.
I’m working on an ASP.NET application in Visual Studio 2019. I’m running into a problem I’ve never encountered with C# before. I seemingly cannot declare any integer types other than UInt64.