Click here to Skip to main content
16,014,568 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need help retreiving the image from the database... Pin
Henry Minute6-Aug-09 2:46
Henry Minute6-Aug-09 2:46 
QuestionCrystal Report Formula Pin
mjawadkhatri5-Aug-09 19:25
mjawadkhatri5-Aug-09 19:25 
AnswerRe: Crystal Report Formula Pin
JollyMansArt5-Aug-09 19:36
JollyMansArt5-Aug-09 19:36 
GeneralRe: Crystal Report Formula Pin
mjawadkhatri5-Aug-09 22:23
mjawadkhatri5-Aug-09 22:23 
GeneralVoice file conversion Pin
Pandu4385-Aug-09 18:28
Pandu4385-Aug-09 18:28 
QuestionDelimeters to split strings Pin
gamer11275-Aug-09 18:19
gamer11275-Aug-09 18:19 
AnswerRe: Delimeters to split strings Pin
dan!sh 5-Aug-09 18:27
professional dan!sh 5-Aug-09 18:27 
GeneralRe: Delimeters to split strings Pin
gamer11276-Aug-09 0:11
gamer11276-Aug-09 0:11 
I think you didn't understand what i mean..What i really want to say is if for example i have a semi-colon which is a delimiter, is it possible to still include the semicolon to the splitted string?

For example:

string str = "for(int x=0; x<5; x++) Console.WriteLine("Hello");


in the above example, i want to split the string using the delimiter semi-colon, but at the same time i want it to be included in the splitted string.

For example, instead of this output:

for(int
x=0
x<5
c++)


I want this kind of output:

for(int
x=0;
x<5;
x++)


If you'll notice the semicolon, which is a delimiter is also included in my desired output...Is this possible?
AnswerRe: Delimeters to split strings Pin
Luc Pattyn5-Aug-09 23:50
sitebuilderLuc Pattyn5-Aug-09 23:50 
GeneralRe: Delimeters to split strings Pin
gamer11276-Aug-09 0:47
gamer11276-Aug-09 0:47 
GeneralRe: Delimeters to split strings Pin
Luc Pattyn6-Aug-09 0:53
sitebuilderLuc Pattyn6-Aug-09 0:53 
GeneralRe: Delimeters to split strings Pin
gamer11276-Aug-09 1:07
gamer11276-Aug-09 1:07 
AnswerRe: Delimeters to split strings Pin
Luc Pattyn6-Aug-09 1:14
sitebuilderLuc Pattyn6-Aug-09 1:14 
GeneralRe: Delimeters to split strings Pin
gamer11276-Aug-09 1:31
gamer11276-Aug-09 1:31 
GeneralRe: Delimeters to split strings Pin
Luc Pattyn6-Aug-09 1:42
sitebuilderLuc Pattyn6-Aug-09 1:42 
GeneralRe: Delimeters to split strings Pin
gamer11276-Aug-09 4:15
gamer11276-Aug-09 4:15 
GeneralRe: Delimeters to split strings Pin
Luc Pattyn6-Aug-09 4:32
sitebuilderLuc Pattyn6-Aug-09 4:32 
GeneralRe: Delimeters to split strings Pin
gamer11276-Aug-09 5:15
gamer11276-Aug-09 5:15 
AnswerRe: Delimeters to split strings Pin
PIEBALDconsult6-Aug-09 12:36
mvePIEBALDconsult6-Aug-09 12:36 
QuestionSetup in C# Pin
Iftikharulhassan5-Aug-09 17:45
Iftikharulhassan5-Aug-09 17:45 
AnswerRe: Setup in C# Pin
Christian Graus5-Aug-09 17:54
protectorChristian Graus5-Aug-09 17:54 
AnswerRe: Setup in C# Pin
Cracked-Down5-Aug-09 19:34
Cracked-Down5-Aug-09 19:34 
QuestionApplication version help please... Pin
JollyMansArt5-Aug-09 16:27
JollyMansArt5-Aug-09 16:27 
AnswerRe: Application version help please... Pin
Christian Graus5-Aug-09 16:31
protectorChristian Graus5-Aug-09 16:31 
GeneralRe: Application version help please... Pin
JollyMansArt5-Aug-09 19:11
JollyMansArt5-Aug-09 19:11 

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.