Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace > GeneralExtensions Class : IsNullOrEmpty Method |
[ExtensionAttribute()] public static bool IsNullOrEmpty( string theString )
'Declaration
<ExtensionAttribute()> Public Shared Function IsNullOrEmpty( _ ByVal theString As String _ ) As Boolean
'Usage
Dim theString As String Dim value As Boolean value = GeneralExtensions.IsNullOrEmpty(theString)
[ExtensionAttribute()] public: static bool IsNullOrEmpty( String^ theString )
true
if the specified string is null or empty; otherwise, false
.