|
-
Sep 20th, 2005, 11:24 AM
#1
Thread Starter
Member
[RESOLVED] spiliting string into two strings
Hi
I want to split a string into two strings
myString = "hello there are you there test yes I am here"
I need to split the string into two when it finds test
eg I want something like spilitString1 ="hello there are you there"
splitString2 = "yes I am here"
how do I do this spliting in c#?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|