List<int> roleIdList = GetRoleIdList(user.ID); string roleIdsStr = ""; if (roleIdList != null) { roleIdsStr = string.Join(",", roleIdList); }