Search notes:

PowerShell data type: string

See also

String manipulation operators: -join, -split, -replace
Each PowerShell object has a ToString() method that returns a string whose purpose (typically) is to render the object readable for humans. This method can be overriden.
String literals
Create a char array from a string
Datatypes in PowerShell

Index