Click here to Skip to main content
16,019,843 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
if i am using'\\' divided into two strings it's working fine good in server but when i run my application my local machine it's not recorgonized what is the solution


Please share your information
Posted
Comments
lukeer 13-Aug-13 1:18am    
Check if that is really a differece between two machines.

More likely is that '\' is in a string and '\\' in the C# representation of that string. It's like a newline and the corresponding '\n'.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900