Opc.Ua.Core
IsNullOrEmpty Method



Opc.Ua Namespace > LocalizedText Class : IsNullOrEmpty Method
Returns true if the text is a null or empty string.
Syntax
'Declaration
 
Public Shared Function IsNullOrEmpty( _
   ByVal value As LocalizedText _
) As Boolean
'Usage
 
Dim value As LocalizedText
Dim value As Boolean
 
value = LocalizedText.IsNullOrEmpty(value)
public static bool IsNullOrEmpty( 
   LocalizedText value
)
public:
static bool IsNullOrEmpty( 
   LocalizedText^ value
) 

Parameters

value
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

Reference

LocalizedText Class
LocalizedText Members