Click or drag to resize

OctetStringIsNullOrEmpty Method

Indicates whether the specified OctetString object is a null reference (Nothing in Visual Basic) or an Empty string.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static bool IsNullOrEmpty(
	OctetString value
)
View Source

Parameters

value  OctetString
A OctetString reference.

Return Value

Boolean
true if the value parameter is a null reference (Nothing in Visual Basic) or an empty string (""); otherwise, false.
See Also