5
Answers

How to use trim function in C#?

I want to trim the following string "Uploads\photoshop.pdf"

the result should be "photoshop.pdf"

how to do?Can anyone help me out..

Answers (5)