Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
code_snippets:csharp_snippets [2014/06/17 18:15] smarkcode_snippets:csharp_snippets [2014/06/17 18:16] smark
Line 1: Line 1:
 ====== C# Snippets ====== ====== C# Snippets ======
  
 +=== CombineAfterIndex(string[] InputArr, string Glue, int StartIdx) ===
 +Combine elements of a string array with a string between them, after an index from the first array
 <code c#> <code c#>
 public static string CombineAfterIndex(string[] InputArr, string Glue, int StartIdx) { public static string CombineAfterIndex(string[] InputArr, string Glue, int StartIdx) {
code_snippets/csharp_snippets.txt · Last modified: 2014/06/19 16:19 by smark
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0