Click here to Skip to main content
16,006,605 members
Home / Discussions / C#
   

C#

 
QuestionSplitString Pin
stancrm25-Jun-08 20:45
stancrm25-Jun-08 20:45 
AnswerRe: SplitString Pin
Ash2025-Jun-08 21:09
Ash2025-Jun-08 21:09 
AnswerRe: SplitString Pin
Abhijit Jana25-Jun-08 21:27
professionalAbhijit Jana25-Jun-08 21:27 
GeneralRe: SplitString Pin
stancrm25-Jun-08 21:31
stancrm25-Jun-08 21:31 
GeneralRe: SplitString Pin
Abhijit Jana25-Jun-08 21:47
professionalAbhijit Jana25-Jun-08 21:47 
GeneralRe: SplitString Pin
stancrm25-Jun-08 21:57
stancrm25-Jun-08 21:57 
GeneralRe: SplitString Pin
Mbah Dhaim25-Jun-08 23:15
Mbah Dhaim25-Jun-08 23:15 
AnswerRe: SplitString Pin
wasimsharp25-Jun-08 21:44
wasimsharp25-Jun-08 21:44 
by coding u can do this like that
string[] mainstring;
string[] s = string.Empty;
string[] t = string.Empty;
s = yourstring.spilt('"');

for(int i=1;i<s.length;i++)>
{
if(i%2 != 0)
{
mianstring[i-1] = s[i]
}
int i = mainstring.length;
t = mainstring[i].split(' ');
i = i-1'
foreach(string s in t)
{
mainstring[i+1] = s;

}
}


wasim khan

AnswerRe: SplitString [modified] Pin
mabo4226-Jun-08 1:36
mabo4226-Jun-08 1:36 
GeneralRe: SplitString Pin
stancrm26-Jun-08 3:44
stancrm26-Jun-08 3:44 
QuestionIn Key-Value Pairs , keys need not be unique , which Collection to use? Pin
Ash2025-Jun-08 20:26
Ash2025-Jun-08 20:26 
AnswerRe: In Key-Value Pairs , keys need not be unique , which Collection to use? Pin
C1AllenS25-Jun-08 20:44
C1AllenS25-Jun-08 20:44 
GeneralRe: In Key-Value Pairs , keys need not be unique , which Collection to use? Pin
Ash2025-Jun-08 21:06
Ash2025-Jun-08 21:06 
GeneralRe: In Key-Value Pairs , keys need not be unique , which Collection to use? Pin
leppie25-Jun-08 21:23
leppie25-Jun-08 21:23 
GeneralRe: In Key-Value Pairs , keys need not be unique , which Collection to use? Pin
Ash2025-Jun-08 23:43
Ash2025-Jun-08 23:43 
QuestionHow To User The ComboBox.ComboBox And ComboBox.DisplayMember Pin
Thaer Hamael25-Jun-08 19:51
Thaer Hamael25-Jun-08 19:51 
AnswerRe: How To User The ComboBox.ComboBox And ComboBox.DisplayMember Pin
Christian Graus25-Jun-08 20:00
protectorChristian Graus25-Jun-08 20:00 
AnswerRe: How To User The ComboBox.ComboBox And ComboBox.DisplayMember Pin
wasimsharp25-Jun-08 20:05
wasimsharp25-Jun-08 20:05 
GeneralRe: How To User The ComboBox.ComboBox And ComboBox.DisplayMember Pin
Christian Graus25-Jun-08 20:12
protectorChristian Graus25-Jun-08 20:12 
GeneralRe: How To User The ComboBox.ComboBox And ComboBox.DisplayMember Pin
wasimsharp25-Jun-08 20:17
wasimsharp25-Jun-08 20:17 
GeneralRe: How To User The ComboBox.ComboBox And ComboBox.DisplayMember Pin
Thaer Hamael25-Jun-08 21:02
Thaer Hamael25-Jun-08 21:02 
QuestionConversion from decimal to string in .Net 1.1 Pin
Raheem MA25-Jun-08 19:36
Raheem MA25-Jun-08 19:36 
AnswerRe: Conversion from decimal to string in .Net 1.1 Pin
Christian Graus25-Jun-08 19:47
protectorChristian Graus25-Jun-08 19:47 
GeneralRe: Conversion from decimal to string in .Net 1.1 Pin
Raheem MA25-Jun-08 19:54
Raheem MA25-Jun-08 19:54 
GeneralRe: Conversion from decimal to string in .Net 1.1 Pin
Christian Graus25-Jun-08 19:59
protectorChristian Graus25-Jun-08 19:59 

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.