Converting the Dictionary Object's Items Method

Definition: Returns the absolute value of a number.

Abs

The equivalent of Items in a Dictionary object are Values in a hash table. So it makes sense that we’d use the Values method to retrieve all the values from a hash table:

$a = $food.Values

See conversions of other Dictionary object methods and properties. Return to the VBScript to Windows PowerShell home page