Strings, Numbers, and Dates
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
- Manipulating numbers
- Manipulating dates and times
Manipulating strings, numbers, and dates have many uses, including data cleansing, retrieving specific information, and applying calculations.