IsNullOrEmpty Method

Summary
Determines whether the specified string is null or empty.
Syntax
C#
C++/CLI
public static bool IsNullOrEmpty( 
   this string theString 
) 
[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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.