How to compare two strings with out Case sensitive ?

Answer Posted / navin.cp

Here is the code that solve ur problem:

string str = "virtual";
if (str.Equals("virtual"))
{
// your code here....
}

Is This Answer Correct ?    8 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the features that make asp.net more used framework? : asp.net mvc

726


How do I create a web form?

747


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

1770


Why would a company use an application service provider?

721


What are the different session state management options available in asp.net?

763


Explain the difference between asp.net mvc and asp.net webforms

808


How many types of session state management options available in asp.net?

807


Can a .net web application consume java web service?

751


What are the different types of validation controls in asp.net?

788


Explain how can you debug your .net application?

735


Where is the session stored?

881


What is asp.net introduction?

772


How many types of triggers are there in update panel?

803


Explain server-side scripting and client-side scripting.

716


What is asynchronous call?

828