| [ Web Proxy ] |
| Viewing: https://riptutorial.com/powershell/topic/5124/strings | [Back] [Original] |
[logo rip]
"(Double-quoted) String"
'Literal string'
@"
Here-string
"@
@'
Literal here-string
'@
Strings are objects representing text.
| Web Proxy Viewer | New URL | Original Page |