I'm using Visual Studio 2015 .NET Framework 4.7.2. and I tried to access MinValue
from a char
but I get an error saying there's no definition.
https://learn.microsoft.com/en-us/dotnet/api/system.char.minvalue?view=netframework-4.7.2
My project has no build errors and I've included using System
. How can I correct this error?