Determines whether range checks for calendars that support multiple eras are relaxed or whether dates that overflow an era's date range throw an ArgumentOutOfRangeException.
If you omit this setting, range checks are relaxed. This is equivalent to setting the value to false.
false - relaxed range checks true - overflows cause an exception
Environment variable
N/A
N/A
Japanese date parsing
Determines whether a string that contains either "1" or "Gannen" as the year parses successfully or whether only "1" is supported.
If you omit this setting, strings that contain either "1" or "Gannen" as the year parse successfully. This is equivalent to setting the value to false.
false - format as "Gannen" true - format as number
Environment variable
N/A
N/A
NLS
Determines whether .NET uses National Language Support (NLS) or International Components for Unicode (ICU) globalization APIs for Windows apps. .NET 5 and later versions use ICU globalization APIs by default on Windows 10 May 2019 Update and later versions.
If you omit this setting, .NET uses ICU globalization APIs by default. This is equivalent to setting the value to false.