i'm simply trying to concatenate a value that I output in a .csv file with % with this syntax
$item | Add-Member -type NoteProperty -Name '% Left Completed' -Value $LeftCompleted.ToString("#.##") + '%'
but im getting A positional parameter cannot be found that accepts argument '%' error, how do i concatenate them? for example right now its just 12, whereas i want to see 12%