Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 considered a service provider?

994


What is application in asp net?

976


How to manage different kinds of sessions in ASP.NET?

1118


What are the modes of updation in an updatepanel?

1013


What is user control in asp.net?

1144


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

1168


What is asp net application object?

1061


How is it possible for .NET to support many languages?

777


WSDL means?

1195


What are custom controls?

991


Why do we need asp.net?

1056


Explain how can we access static variable?

1214


What are the namespaces used in asp.net mvc? : asp.net mvc

1143


What is datagrid asp.net?

1113


What are main return types supported in Web API?

1460