I have an array... And want to get a string with the contents of that array separated by a delimited... Where is the .Join() method that I can ... ... <看更多>
Like @Heslacher already suggested you should start by first getting only as many words as you need and you can express the same algorithm ... ... <看更多>