I am running my code in .NetCF and this line is showing error as
StringSplitOptions does not exists in the context.
Please help what I am doing wrong.
string[] values = headerData.Split(new string[] { "<#Tag(", ")>"}, StringSplitOptions.RemoveEmptyEntries);
Can I Fetch value1 value2 value3 from "<#Tag(value1)> <#Tag(value2> <#Tag(value3)>" and pass it to string[] without using StringSplitOptions