Hi All
I have a string like below
string myString="[abc....][def...][123...]";
length of the string is not fixed everytime it will vary.
How to achive this in C#
string a= "abc..."
string b="def..."
string c="123..."
please help me
Go to the complete details ...