Tag: strings
All the articles with the tag "strings".
-
Do not use ToLower() method for string comparison
Published:• 3 min readLearn why using ToLower() for string comparison is inefficient and culture-sensitive, and discover better alternatives using StringComparison enumeration