Chaine de caractères



String.Format



$var = "texte de la variable";
$varTotal = "10";

[string]::Format("test{0}{1}",$var, $varTotal);