I have string variable that has value like this
string hello = "Endpoint: Efficacy, Intervene: Single Group, Mask: Open, Purpose: Treatment";
As I am extracting from XML so Endpoint , Intervene , Mask and Purpose remains
same but its value can change.
I want to store this Endpoint , intervene , mask and purpose separately in different variables any help will be much appreciated.