Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created November 21, 2022 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/600e1e654b39b99eb73ad76d4ff777bb to your computer and use it in GitHub Desktop.
Save lgolubyev/600e1e654b39b99eb73ad76d4ff777bb to your computer and use it in GitHub Desktop.
string finalStr = "";
foreach (var str in stringArray)
{
finalStr = finalStr + str;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment