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

C#

 
GeneralRe: the big Chaos..... Pin
Roger Alsing3-Jun-05 1:41
Roger Alsing3-Jun-05 1:41 
GeneralRe: the big Chaos..... Pin
DasdaDAS3-Jun-05 2:51
DasdaDAS3-Jun-05 2:51 
GeneralFilling a datagrid Pin
BECK72-Jun-05 5:30
BECK72-Jun-05 5:30 
GeneralRe: Filling a datagrid Pin
Christian Graus2-Jun-05 10:27
protectorChristian Graus2-Jun-05 10:27 
Generalgetting accurate lastLogon Pin
Anonymous2-Jun-05 4:32
Anonymous2-Jun-05 4:32 
GeneralText and Images in C# ListView Pin
Md Saleem Navalur2-Jun-05 3:54
Md Saleem Navalur2-Jun-05 3:54 
GeneralEnumerating Running Applications in C# Pin
Abdul Aleem Khan2-Jun-05 2:58
Abdul Aleem Khan2-Jun-05 2:58 
Generalstring.split problem Pin
livez2-Jun-05 1:51
livez2-Jun-05 1:51 
Hello

I have a string, strUrval with the following data:
"tbOppningsDatumFrom=2004-10-10/uccontrol/tbimba=fpkepf/jaha/"

I do a String.Split to put data between the /'s in an array:
string strDelim = "/";
char [] delimiter = strDelim.ToCharArray();
string [] strUrvalSplit = null;
for (int x = 0; x < y; x++)
{
strUrvalSplit = strUrval.Split(delimiter,x);
}

this results in the following:

strUrvalSplit [0] = tbOppningsDatumFrom=2004-10-10
strUrvalSplit [1] = uccontrol
strUrvalSplit [2] = tbimba=fpkepf/jaha/

how come the string.split suddenly stops caring about the /'s ?
GeneralRe: string.split problem Pin
DavidNohejl2-Jun-05 2:09
DavidNohejl2-Jun-05 2:09 
GeneralRe: string.split problem Pin
livez2-Jun-05 2:16
livez2-Jun-05 2:16 
GeneralWeb service timeout Pin
Chals2-Jun-05 1:21
Chals2-Jun-05 1:21 
GeneralRe: Web service timeout Pin
S. Senthil Kumar2-Jun-05 1:24
S. Senthil Kumar2-Jun-05 1:24 
GeneralRe: Web service timeout Pin
Chals2-Jun-05 1:31
Chals2-Jun-05 1:31 
GeneralWindow Proc Pin
Sabry19052-Jun-05 1:07
Sabry19052-Jun-05 1:07 
GeneralRe: Window Proc Pin
S. Senthil Kumar2-Jun-05 1:22
S. Senthil Kumar2-Jun-05 1:22 
GeneralC# and Outlook Navigation Pane. Pin
HakunaMatada2-Jun-05 0:17
HakunaMatada2-Jun-05 0:17 
GeneralOOP design pattern Pin
Jonas Beckeman (2)1-Jun-05 23:16
Jonas Beckeman (2)1-Jun-05 23:16 
GeneralRe: OOP design pattern Pin
Colin Angus Mackay2-Jun-05 1:09
Colin Angus Mackay2-Jun-05 1:09 
GeneralRe: OOP design pattern Pin
Jonas Beckeman (2)2-Jun-05 2:11
Jonas Beckeman (2)2-Jun-05 2:11 
GeneralChecking Modem and LAN Connection Pin
ksanju10001-Jun-05 21:24
ksanju10001-Jun-05 21:24 
GeneralUnderlining text in buttons Pin
livez1-Jun-05 20:54
livez1-Jun-05 20:54 
GeneralRe: Underlining text in buttons Pin
mav.northwind1-Jun-05 21:20
mav.northwind1-Jun-05 21:20 
GeneralRe: Underlining text in buttons Pin
Susan Hernandez3-Jun-05 14:37
Susan Hernandez3-Jun-05 14:37 
Generali wanna help Pin
Member 14597831-Jun-05 20:36
Member 14597831-Jun-05 20:36 
GeneralRe: i wanna help Pin
Anonymous2-Jun-05 6:37
Anonymous2-Jun-05 6:37 

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.