Skip to main content
Link
Menu
Expand
(external link)
Document
Search
Copy
Copied
Kas' blog
Home
PowerShell
Variables
Cmdlets
Data Structures
Select-Object Overview
Calculated Select-Object Properties
Get-Help
Where-Object In-Depth
IF Statements
The Pipeline
For Each - Looping
Try Catch Error Identification
The Switch Statement
Out-Null
Comparison and Logical Operators
PSCustomObject
System.String Addenum
$_ Variable
PowerShell Maths
Useful Tips - Cheatsheet
PowerShell
System.String Addenum
What’s the difference between System.String and System.String[]
String is a string, String[] is an array of strings. However, in most cases they will act the same.