How to cast a string value as an integer in PowerShell
When numbers are stored as a string in a database, it is difficult to sort them, so they are readable to human users. PowerShell makes this operation simple, to take a string value, cast it as an integer, sort it by numeric value and create an output...
Nov 28, 20221 min read152
