Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

.net core string compare ignore case and accents

string.Compare(s1, s2, CultureInfo.CurrentCulture, CompareOptions.IgnoreNonSpace |
                                                   CompareOptions.IgnoreCase);
Source by www.examplefiles.net #
 
PREVIOUS NEXT
Tagged: #core #string #compare #ignore #case #accents
ADD COMMENT
Topic
Name
9+8 =