SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to get the strings separated by the , you can use
,
string b = a.Split(',')[0];