| 
            
              OctetStringIsNullOrEmpty Method
             | 
          
        
        
            Indicates whether the specified 
OctetString object is a null reference (
Nothing in Visual Basic) or an 
Empty string.
            
 
        
        Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
SyntaxPublic Shared Function IsNullOrEmpty ( 
	value As OctetString
) As Boolean
public:
static bool IsNullOrEmpty(
	OctetString^ value
)
static member IsNullOrEmpty : 
        value : OctetString -> bool GSF.Net.Snmp.OctetString.IsNullOrEmpty = function(value);
 View SourceParameters
- value  OctetString
 - A OctetString reference.
 
Return Value
Booleantrue if the 
value parameter is a null reference (
Nothing in Visual Basic) or an empty string (""); otherwise, 
false.
See Also