Before you begin: Join our book community on Discord
Give your feedback straight to the author himself and chat to other early readers on our Discord server.
Access to .NET Framework means that PowerShell comes with a wide variety of ways to work with simple data types, such as strings and numbers.This chapter covers the following topics:
- Manipulating strings
- Converting strings
- String methods and arrays
- Manipulating numbers
- Manipulating dates and times
Manipulating strings, numbers, and dates have many uses, including data cleansing, retrieving specific information, and applying calculations.