Click here to Skip to main content
15,900,503 members
Home / Discussions / C#
   

C#

 
GeneralRe: splitting long string into parts Pin
PIEBALDconsult18-Mar-08 5:47
mvePIEBALDconsult18-Mar-08 5:47 
GeneralRe: splitting long string into parts Pin
Mike Marynowski18-Mar-08 11:28
professionalMike Marynowski18-Mar-08 11:28 
GeneralRe: splitting long string into parts Pin
PIEBALDconsult18-Mar-08 14:55
mvePIEBALDconsult18-Mar-08 14:55 
GeneralRe: splitting long string into parts Pin
Mike Marynowski19-Mar-08 7:31
professionalMike Marynowski19-Mar-08 7:31 
GeneralRe: splitting long string into parts Pin
PIEBALDconsult19-Mar-08 7:58
mvePIEBALDconsult19-Mar-08 7:58 
GeneralRe: splitting long string into parts Pin
Chetan Patel18-Mar-08 1:00
Chetan Patel18-Mar-08 1:00 
GeneralRe: splitting long string into parts Pin
Christian Graus18-Mar-08 1:12
protectorChristian Graus18-Mar-08 1:12 
GeneralRe: splitting long string into parts Pin
PIEBALDconsult18-Mar-08 5:55
mvePIEBALDconsult18-Mar-08 5:55 
You don't want Split at all because it removes the delimiter from the results and you'd need to add it back on.

You'll want to write your own version of Split that doesn't remove the delimiter.

Or wait for Microsoft to add another value to System.StringSplitOptions that causes Split to work the way you want. Big Grin | :-D
Generalcontrol focusing problem Pin
Mike Marynowski18-Mar-08 0:24
professionalMike Marynowski18-Mar-08 0:24 
Questioncan service open a C# application Pin
Knowledgestudent18-Mar-08 0:18
Knowledgestudent18-Mar-08 0:18 
GeneralRe: can service open a C# application Pin
Mike Marynowski18-Mar-08 0:30
professionalMike Marynowski18-Mar-08 0:30 
AnswerRe: can service open a C# application Pin
EvilInside18-Mar-08 2:04
EvilInside18-Mar-08 2:04 
GeneralRe: can service open a C# application Pin
PIEBALDconsult18-Mar-08 5:59
mvePIEBALDconsult18-Mar-08 5:59 
QuestionRe: can service open a C# application Pin
Knowledgestudent18-Mar-08 21:34
Knowledgestudent18-Mar-08 21:34 
GeneralRe: can service open a C# application Pin
Mike Marynowski19-Mar-08 7:43
professionalMike Marynowski19-Mar-08 7:43 
GeneralRe: can service open a C# application Pin
PIEBALDconsult19-Mar-08 8:37
mvePIEBALDconsult19-Mar-08 8:37 
Generalcreate a class at runtime and access it immediately Pin
ankita luniya18-Mar-08 0:18
ankita luniya18-Mar-08 0:18 
GeneralRe: create a class at runtime and access it immediately Pin
Mike Marynowski18-Mar-08 0:38
professionalMike Marynowski18-Mar-08 0:38 
GeneralRe: create a class at runtime and access it immediately Pin
ankita luniya18-Mar-08 0:47
ankita luniya18-Mar-08 0:47 
GeneralRe: create a class at runtime and access it immediately Pin
Mike Marynowski19-Mar-08 8:02
professionalMike Marynowski19-Mar-08 8:02 
GeneralBest way to save paths of files ex "pdf" to a database. Pin
KornJoe17-Mar-08 23:59
KornJoe17-Mar-08 23:59 
GeneralRe: Best way to save paths of files ex "pdf" to a database. Pin
Christian Graus18-Mar-08 0:05
protectorChristian Graus18-Mar-08 0:05 
Generaldistributing client request across set of servers Pin
ankita luniya17-Mar-08 23:57
ankita luniya17-Mar-08 23:57 
GeneralRe: distributing client request across set of servers Pin
Christian Graus18-Mar-08 0:01
protectorChristian Graus18-Mar-08 0:01 
GeneralRe: distributing client request across set of servers Pin
ankita luniya18-Mar-08 0:15
ankita luniya18-Mar-08 0:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.