[ad_1]
if you want to split it in a list of strings then you can use String.Split function.
string[] splitted = str.Split(',');
[ad_2]
solved How to use Substring function in C# [duplicate]
[ad_1]
if you want to split it in a list of strings then you can use String.Split function.
string[] splitted = str.Split(',');
[ad_2]
solved How to use Substring function in C# [duplicate]