gpt4 book ai didi

.net - 如何在 VB.NET 中使用 IsNullOrEmpty?

转载 作者:行者123 更新时间:2023-12-03 22:47:00 25 4
gpt4 key购买 nike

为什么以下不能在 VB.NET 中编译?

Dim strTest As String
If (strTest.IsNullOrEmpty) Then
MessageBox.Show("NULL OR EMPTY")
End if

最佳答案

IsNullOrEmpty 是“共享的”,所以你应该这样使用它:

If String.IsNullOrEmpty(strTest) Then

关于.net - 如何在 VB.NET 中使用 IsNullOrEmpty?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13134534/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com