vb System.String.Empty类(方法)实例源码

下面列出了vb System.String.Empty 类(方法)源码代码实例,从而了解它的用法。

作者:VB程序    项目:Syste   
Option Strict On

Public Module CommandTest
   Public Sub Main()
      Dim arguments As String = Command
      If arguments = String.Empty Then
         Console.WriteLine("An empty string.")
      Else
         ' handle command line argument(s)
         Console.WriteLine("Command line: {0}", arguments)
      End If
   End Sub
End Module


问题


面经


文章

微信
公众号

扫码关注公众号