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
What is data control in asp.net?
What does mvc represent in asp.net? : asp.net mvc
What language is asp.net written in?
Explain the asp.net mvc folder conventions? : asp.net mvc
What is the state management in asp.net?
Can we handle the error and redirect to some pages using web.config?
Where is the view state data stored in asp net?
What is %20 in a url?
What are the benefits of Razor View?
Difference between Response.redirect vs server.transfer?
Which is better union or union all?
Why select Web API?
What are the ways of preserving data on a Web Form in ASP.NET?
Distinguish between Server-side and Client-side code?
Why we are using mvc instead of asp.net? : Asp.Net MVC