A
ABC
I used as:
url.Replace("\", @"/")
but it showed the error as:
error: managed EE does not understand expression's syntax
How to fix it?
url.Replace("\", @"/")
but it showed the error as:
error: managed EE does not understand expression's syntax
How to fix it?