Hi,

You ca use this to get the first value of that string.



string[] splittedString = yourString.Split(',');
string firstPart = splittedString[0];