String value in C# is case-sensitive . That means lower case and upper case texts are considered different when you compare them.2 Nis 2020
Are C# strings case-sensitive?
String value in C# is case-sensitive . That means lower case and upper case texts are considered different when you compare them.2 Nis 2020
Leave a Reply
Are C strings case-sensitive?
It is case-insensitive . The behavior is NOT undefined (it is well-defined) if either string is a null ptr. Regular strncmp() has undefined behavior if either string is a null ptr (see: https://en.cppreference.com/w/cpp/string/byte/strncmp).28 Nis 2011