Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Powershell learns to understand empty strings

2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Empty character strings are often output to the console during work, but intuitively it is not clear what character types and character values are input to the console.

For example, when querying disk space size, enter the following screen:

DriveLetter has empty logical volumes. I don't want to show empty volumes. How can I exclude these disks? According to my previous understanding of "null" value,"null" here should be $Null, and then there is the verification of the following command

Comparing DriveLetter with Null, the result is False. Later, I query the data type of this object and find that this data object is char type.

At this time, you can view the value of this data through data type conversion

Finally, I found out that the value representing "null" is actually 0.

And then through screening to get the ideal results

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report