Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Array to a comma Separated String (http://www.velocityreviews.com/forums/t82322-array-to-a-comma-separated-string.html)

Peter Rilling 07-08-2004 05:17 PM

Re: Array to a comma Separated String
 
How about the String.Join method?

"RSB" <rsbamra@hotmail.com> wrote in message
news:kSfHc.5539$xe3.2727@news.cpqcorp.net...
> Hi Everyone,
>
> How do i convert an Array to a Comma Separated String.. Is there any

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




Jeremy 07-08-2004 05:31 PM

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


Yes, the Join( ) function



Bobby Ryzhy 07-08-2004 05:35 PM

Re: Array to a comma Separated String
 
All I can think of is doing a foreach and a stringbuilder.

Bobby Ryzhy
bobby@weekendtech.net
http://www.weekendtech.net

On Thu, 08 Jul 2004 17:53:20 GMT, "RSB" <rsbamra@hotmail.com> wrote:

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



RSB 07-08-2004 05:53 PM

Array to a comma Separated String
 
Hi Everyone,

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

Thanks

RSB





All times are GMT. The time now is 07:56 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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