InterviewSolution
Saved Bookmarks
| 1. |
What is your take on Variable Interpolation? |
|
Answer» When a VARIABLE is incorporated into double-quoted strings, then PowerShell TRANSFORMS the name of that variable via its value. Generally, this feature in PowerShell is emanated as variable interpolation. It PROVIDES a more readable, easier-to-read, and CONVENIENT syntax to create a formatted string. |
|