Hi
I want if first character is + then it should be removed
+919817666660 should give 9817666660
Thanks
Hi
I want if first character is + then it should be removed
+919817666660 should give 9817666660
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Apr 9, 2023, 4:40 AM
Hello Ramco,
You can use TrimStart(), which will do the same thing, removing the character you want to trim from the beginning of the string.