c
chris bons

Posted on 23rd April 2024|119 views

0
votes

Powershell Concatenate String

How does String Concatenation happen in Powershell?

Answers
P
Surya kumar

Posted on 23rd April 2024

In Powershell, String concatenation is achieved by “+” operator.

Example:

$String1=”Viswanath”
$String2=”Hello”
Write-Host “Concatenate String”
$String1+$String2

Output

Viswanath.Hello


 

Write your answer

STILL GOT QUERIES?

Get a Live FREE Demo
  • Explore the trending and niche courses and learning maps
  • Learn about tuition fee, payment plans, and scholarships
  • Get access to webinars and self-paced learning videos