Hello
I have to replace particular 5th position with the /
07/1012017
Thanks in advance
β07/1012017β.Substring(0,5) + β/β + β07/1012017β.Substring(6,4)
@vijaylaxmi_teli Try this :
β07/1012017β.Remove(5,1).Insert(5,β/β)
Hi @vijaylaxmi_teli
Hope this article might be helpful to you.
cheers 
Happy learning 
1 Like
system
(system)
Closed
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.