←Select platform

IsNullOrEmpty Method

Summary

Determines whether the specified string is null or empty.

Syntax

C#
VB
C++
[ExtensionAttribute()] 
public static bool IsNullOrEmpty( 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly