manipulating string

Posted by user281180 on Stack Overflow See other posts from Stack Overflow or by user281180
Published on 2010-03-30T10:08:55Z Indexed on 2010/03/30 10:13 UTC
Read the original article Hit count: 165

Filed under:

I have a string Paris, UK, Pakistan, China, Madagascar

I need to ensure that I hav only names and after the third name I insert ... i.e

Paris, UK, Pakistan...

How can i do this?

© Stack Overflow or respective owner

Related posts about c#