Answers for "powershell get type of variable"

0

powershell get type of variable

$x = 10 
$x.GetType()
Posted by: Guest on March-24-2022
0

how to get the type of something in powershell

$foo.GetType()
Posted by: Guest on January-18-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language