IsNullOrEmpty Method
See Also 
SourceCode.Workflow.Authoring Namespace > K2Field Class : IsNullOrEmpty Method



k2field

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function IsNullOrEmpty( _
   ByVal k2field As K2Field _
) As Boolean
Visual Basic (Usage) Copy Code
Dim k2field As K2Field
Dim value As Boolean
 
value = K2Field.IsNullOrEmpty(k2field)
C#  
public static bool IsNullOrEmpty( 
   K2Field k2field
)
C++/CLI  
public:
static bool IsNullOrEmpty( 
   K2Field^ k2field
) 

Parameters

k2field

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also