←Select platform

IsEmpty Method (DicomDateValueHelper)

Summary

Gets a value indicating whether the specified DicomDateValue structure is empty.

Syntax

C#
VB
WinRT C#
C++
public static bool IsEmpty(  
   Leadtools.Dicom.DicomDateValue value 
) 
Public Shared Function IsEmpty( _ 
   ByVal value As Leadtools.Dicom.DicomDateValue _ 
) As Boolean 
public static bool IsEmpty(  
   Leadtools.Dicom.DicomDateValue value 
) 
 function Leadtools.Dicom.DicomDateValueHelper.IsEmpty(  
   value  
) 
public: 
static bool IsEmpty(  
   Leadtools.Dicom.DicomDateValue value 
)  

Parameters

value
The DicomDateValue to test.

Return Value

true if this DicomDateValue structure is 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 Assembly