|
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.207-beta
Syntax 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