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
.