Hi, I was wondering if someone could give me a hand, I'm not a C# programmer, but an ASP/VB programmer. I need to do one thing in C#, I have a string like so:
Token A#$%@&Token B#$%@&Token C#$%@&Token D#$%@&Token E
I need to to split the string at #$%@ and then reassemble the strings and delimiters into a new string where each of the substrings are in the revers order from the original string, and ofcourse return the final string.
Sorry if i'm asking a lot, if this was VB, i would use split function, not sure how to do it in C#, Thanks again!
Token A#$%@&Token B#$%@&Token C#$%@&Token D#$%@&Token E
I need to to split the string at #$%@ and then reassemble the strings and delimiters into a new string where each of the substrings are in the revers order from the original string, and ofcourse return the final string.
Sorry if i'm asking a lot, if this was VB, i would use split function, not sure how to do it in C#, Thanks again!