How to compare two strings with out Case sensitive ?

Answer Posted / manu

with
String.Compare(string a,string b) [result 0 only when it
is equal- since it compares by subtracting ascii of b from
ascci of a)
or
String.Equals(string a,string b) {true if it is equal]
we can achieve the same

Is This Answer Correct ?    5 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cached data phone?

520


What is asp.net? How is it different from asp?

535


How is my content secured from unauthorized access?

509


What is HTTPModule and HTTPcontext? What is the use of each?

1984


Why is string called immutable data type?

581






What is manifest in .net framework?

530


What is difference between Server.Transfer and Response.Redirect in ASP.NET?

548


What is x xss protection?

556


What are the advantages of asp.net mvc framework? : asp.net mvc

528


Explain the code Access Security (CAS) in .net Framework?

662


What is the difference between sealed vs static class?

565


What is sql data source control in asp.net?

563


What is autopostback in asp net?

576


What are the different authentication modes in asp.net?

513


What is the page life cycle in asp.net?

550