I am using a string to store country code with its cost centre code value . I want to spilit it out the string using LINQ query by | and ; characters. The srting is
IND|001;TWN|002;USA|003;LDN|;MYS|005;
Please help me to spilt out the string value using LINQ