Click here to Skip to main content
15,920,030 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sorting dates Pin
Yustme5-Jun-06 6:09
Yustme5-Jun-06 6:09 
GeneralRe: Sorting dates Pin
Dan Neely5-Jun-06 7:06
Dan Neely5-Jun-06 7:06 
GeneralRe: Sorting dates Pin
Yustme5-Jun-06 8:30
Yustme5-Jun-06 8:30 
GeneralRe: Sorting dates Pin
Dan Neely5-Jun-06 10:29
Dan Neely5-Jun-06 10:29 
GeneralRe: Sorting dates Pin
Josh Smith5-Jun-06 10:48
Josh Smith5-Jun-06 10:48 
AnswerRe: Sorting dates Pin
Dustin Metzgar5-Jun-06 6:10
Dustin Metzgar5-Jun-06 6:10 
QuestionHelp needed with string operation Pin
hasanali005-Jun-06 4:13
hasanali005-Jun-06 4:13 
AnswerRe: Help needed with string operation [modified] Pin
Wjousts5-Jun-06 4:52
Wjousts5-Jun-06 4:52 
string[] numberstrings = mystring.split('>');
int[] numbers = new int[numberstrings.Length];
for (int i=0; i<numberstrings.Length; i++)
{
    numbers[i] = int.Parse(numberstrings[i]);
}


You might want to make sure that all the strings that come out of the split really are numbers through so you should probably wrap the line in the for loop with a try/catch statement to be safe.

-- modified at 10:52 Monday 5th June, 2006
QuestionProblem with GZipStream [modified] Pin
Dominik Reichl5-Jun-06 3:48
Dominik Reichl5-Jun-06 3:48 
AnswerRe: Problem with GZipStream [modified] Pin
Dominik Reichl5-Jun-06 6:11
Dominik Reichl5-Jun-06 6:11 
QuestionTextBox language !! Pin
Tamimi - Code5-Jun-06 3:35
Tamimi - Code5-Jun-06 3:35 
AnswerRe: TextBox language !! Pin
Josh Smith5-Jun-06 3:45
Josh Smith5-Jun-06 3:45 
QuestionVOIP integration Pin
ante.mihalj5-Jun-06 2:40
ante.mihalj5-Jun-06 2:40 
AnswerRe: Assembly Pin
Colin Angus Mackay5-Jun-06 4:05
Colin Angus Mackay5-Jun-06 4:05 
Questionhowto disable sort in datagridview ? Pin
cmpeng345-Jun-06 1:47
cmpeng345-Jun-06 1:47 
AnswerRe: howto disable sort in datagridview ? Pin
albCode5-Jun-06 3:02
albCode5-Jun-06 3:02 
GeneralMessage Closed Pin
5-Jun-06 3:07
cmpeng345-Jun-06 3:07 
GeneralRe: howto disable sort in datagridview ? Pin
albCode5-Jun-06 3:28
albCode5-Jun-06 3:28 
GeneralMessage Closed Pin
5-Jun-06 3:47
cmpeng345-Jun-06 3:47 
GeneralRe: howto disable sort in datagridview ? Pin
albCode5-Jun-06 4:10
albCode5-Jun-06 4:10 
QuestionRe: howto disable sort in datagridview ? Pin
iswoolley20-Jun-06 5:00
iswoolley20-Jun-06 5:00 
Questionsignature of a file [modified] Pin
Mahmood Ilyas5-Jun-06 1:19
Mahmood Ilyas5-Jun-06 1:19 
AnswerRe: signature of a file Pin
Ed.Poore5-Jun-06 1:33
Ed.Poore5-Jun-06 1:33 
Questionantispyware Pin
Mahmood Ilyas5-Jun-06 1:12
Mahmood Ilyas5-Jun-06 1:12 
AnswerRe: antispyware Pin
Wjousts5-Jun-06 4:55
Wjousts5-Jun-06 4:55 

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.