Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8186655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T02:17:10+00:00 2026-06-07T02:17:10+00:00

I did some searching on here and couldn’t find the answer I exactly needed.

  • 0

I did some searching on here and couldn’t find the answer I exactly needed. I have a struct that contains search parameters that I need to send to a Web Service, and one of the fields I am trying to fill is a List. The original code was written to fill this param. when it was of type string[], so it looked like this, with the variable names altered,

    searchParams.someParam= (new List<string>(txtboxInput.Text.Split(';'))).ToArray();

(The ; was delimiting the different options the user could enter)

So what I was thinking of filling the List with List.Add() ‘while’ there are tokens available. I searched if there was a StringTokenizer-like implementation in .NET. Most answers said to use string.Split, but do nothing to mention the other useful methods that Java’s StringTokenizer had as well.

Thank you for any thoughtful replies.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T02:17:12+00:00Added an answer on June 7, 2026 at 2:17 am

    From the question, it looks like you just want:

    List<string> list = txtboxInput.Text.Split(';').ToList();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Did some googling and couldn't find a clear answer on this. My assumption is
My apologies if this has been answered before or is obvious...did some searching here
First of all, I did some searching for an answer to this question...but I
Did some searches here & on the 'net and haven't found a good answer
after searching here for some hours and testing this and that, i could neither
I did do some googling and searching on this site but did not find
I did a little searching here and I am surprised that no one has
I did some research and found that the only way to vertically center a
I did some research but all I could find was syncing data core with
I did some searching on this site and on google as well. But i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.