Click here to Skip to main content
15,899,632 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to set an Extended Style? Pin
igor19609-Aug-03 21:54
igor19609-Aug-03 21:54 
GeneralRe: How to set an Extended Style? Pin
Stephane Rodriguez.10-Aug-03 2:32
Stephane Rodriguez.10-Aug-03 2:32 
GeneralRe: How to set an Extended Style? Pin
igor196010-Aug-03 13:57
igor196010-Aug-03 13:57 
Generalreading attributes in AssemblyInfo.cs Pin
zuhx8-Aug-03 7:23
zuhx8-Aug-03 7:23 
GeneralRe: reading attributes in AssemblyInfo.cs Pin
flipdoubt8-Aug-03 9:26
flipdoubt8-Aug-03 9:26 
GeneralRe: reading attributes in AssemblyInfo.cs Pin
zuhx8-Aug-03 11:25
zuhx8-Aug-03 11:25 
Generalexplode string Pin
mikemilano8-Aug-03 6:51
mikemilano8-Aug-03 6:51 
GeneralRe: explode string Pin
Radoslav Bielik8-Aug-03 7:34
Radoslav Bielik8-Aug-03 7:34 
I think that the String.Split method is what you're looking for. You can even use several distinct delimiter characters:
<br />
string strSource="Here is my string, hello world!";<br />
string[] strArray=strSource.Split(new Char[] {' ', ','});<br />
foreach(string str in strArray) Console.WriteLine(str);<br />

Hope this helps!


Rado
GeneralRe: explode string Pin
mikemilano8-Aug-03 11:44
mikemilano8-Aug-03 11:44 
GeneralRe: explode string Pin
Csharp™8-Aug-03 12:43
Csharp™8-Aug-03 12:43 
GeneralRe: explode string Pin
Radoslav Bielik8-Aug-03 12:45
Radoslav Bielik8-Aug-03 12:45 
GeneralRe: explode string Pin
mikemilano8-Aug-03 13:16
mikemilano8-Aug-03 13:16 
General.NET application permissions Pin
Radoslav Bielik8-Aug-03 6:48
Radoslav Bielik8-Aug-03 6:48 
GeneralRe: .NET application permissions Pin
Lasse Johansen8-Aug-03 12:12
Lasse Johansen8-Aug-03 12:12 
QuestionCan any solve this????? Pin
Regardt8-Aug-03 3:39
Regardt8-Aug-03 3:39 
AnswerRe: Can any solve this????? Pin
Not Active8-Aug-03 5:10
mentorNot Active8-Aug-03 5:10 
AnswerRe: Can any solve this????? Pin
Ista8-Aug-03 6:10
Ista8-Aug-03 6:10 
AnswerRe: Can any solve this????? Pin
Ista9-Aug-03 12:18
Ista9-Aug-03 12:18 
Generaldetecting current line in a RichTextBox Pin
.gonad8-Aug-03 3:11
.gonad8-Aug-03 3:11 
GeneralRe: detecting current line in a RichTextBox Pin
Ista8-Aug-03 19:13
Ista8-Aug-03 19:13 
GeneralRe: detecting current line in a RichTextBox Pin
.gonad9-Aug-03 2:06
.gonad9-Aug-03 2:06 
GeneralRe: detecting current line in a RichTextBox Pin
Ista9-Aug-03 5:06
Ista9-Aug-03 5:06 
GeneralWinForms Plot Pin
Ikke8-Aug-03 1:51
Ikke8-Aug-03 1:51 
GeneralRe: WinForms Plot Pin
Ista8-Aug-03 6:19
Ista8-Aug-03 6:19 
GeneralRe: WinForms Plot Pin
Ikke8-Aug-03 6:50
Ikke8-Aug-03 6:50 

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.