Skip to content

Instantly share code, notes, and snippets.

@arashrasoulzadeh
Created July 8, 2016 13:49
Show Gist options
  • Save arashrasoulzadeh/187d3384375481904d43f5af5338c450 to your computer and use it in GitHub Desktop.
Save arashrasoulzadeh/187d3384375481904d43f5af5338c450 to your computer and use it in GitHub Desktop.
String s = BuildString(new System.Object[] { 1,"test",2,true });
//out put is : 1test2true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment