join up 2 string values in an array c# code example Example: c# join string array var combined = String.Join(",", new String[]{"a","b"}); // a,b