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
What is considered a service provider?
What is application in asp net?
How to manage different kinds of sessions in ASP.NET?
What are the modes of updation in an updatepanel?
What is user control in asp.net?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is asp net application object?
How is it possible for .NET to support many languages?
WSDL means?
What are custom controls?
Why do we need asp.net?
Explain how can we access static variable?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is datagrid asp.net?
What are main return types supported in Web API?