Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Array to a comma Separated String

Reply
Thread Tools

Array to a comma Separated String

 
 
Peter Rilling
Guest
Posts: n/a
 
      07-08-2004
How about the String.Join method?

"RSB" <> wrote in message
news:kSfHc.5539$...
> Hi Everyone,
>
> How do i convert an Array to a Comma Separated String.. Is there any

direct
> Function...
>
> Thanks
>
> RSB
>
>
>



 
Reply With Quote
 
 
 
 
Jeremy
Guest
Posts: n/a
 
      07-08-2004
> How do i convert an Array to a Comma Separated String.. Is there any
direct
> Function...


Yes, the Join( ) function


 
Reply With Quote
 
 
 
 
Bobby Ryzhy
Guest
Posts: n/a
 
      07-08-2004
All I can think of is doing a foreach and a stringbuilder.

Bobby Ryzhy

http://www.weekendtech.net

On Thu, 08 Jul 2004 17:53:20 GMT, "RSB" <> wrote:

>Hi Everyone,
>
>How do i convert an Array to a Comma Separated String.. Is there any direct
>Function...
>
>Thanks
>
>RSB
>
>


 
Reply With Quote
 
RSB
Guest
Posts: n/a
 
      07-08-2004
Hi Everyone,

How do i convert an Array to a Comma Separated String.. Is there any direct
Function...

Thanks

RSB



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
comma separated String conversion NickPick Java 7 03-03-2009 02:10 AM
returning the Fibonacci string separated by comma mac C Programming 17 02-14-2007 05:43 PM
returning the fibonacci string separated by comma mac C++ 13 02-13-2007 07:29 PM
Parsing a Comma Separated String in C ronan_40060 C Programming 1 12-22-2006 10:03 AM
How to stream a comma separated string to the browser? =?Utf-8?B?Q2hyaXMgTGFuZQ==?= ASP .Net 1 07-21-2006 07:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57