IsNullOrEmpty Method

Summary

Determines whether the specified string is null or empty.

Syntax
C#
VB
C++
public static bool IsNullOrEmpty( 
   this string theString 
) 
<ExtensionAttribute()> 
Public Shared Function IsNullOrEmpty( _ 
   ByVal theString As String _ 
) As Boolean 
[ExtensionAttribute()] 
public: 
static bool IsNullOrEmpty(  
   String^ theString 
)  

Parameters

theString
The string.

Return Value

true if the specified string is null or empty; otherwise, false.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly