Hello Expert,
i have following string
string s = A|B|C|D|E|F
i want to write code such that value between third pipe and fourth pipe is updated to 10
following way:
A|B|C|10|E|F
Please suggest what would be the best way to do it for large messages also
Thanks