Expand Minimize
This topic has not yet been rated - Rate this topic

Converting the Dictionary Object's Items Method


Windows PowerShell


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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.