Silly c# array question

Posted by XO on Stack Overflow See other posts from Stack Overflow or by XO
Published on 2010-04-23T00:32:27Z Indexed on 2010/04/23 0:33 UTC
Read the original article Hit count: 581

Filed under:

Element 0 value: TimeEntries[0] = "False,S,16:00,21:00";

Element 0 is assigned to: timeLine = USER.TimeEntries[i];

I want to perform a .Split() on timeLine but it must be a string. What's the easiest way to go about this?

Thanks

© Stack Overflow or respective owner

Related posts about c#