Determines if given bytes represents null
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static bool isNull(
byte[] memberBytes,
int offset
)
Public Shared Function isNull (
memberBytes As Byte(),
offset As Integer
) As Boolean
public:
static bool isNull(
array<unsigned char>^ memberBytes,
int offset
)
static member isNull :
memberBytes : byte[] *
offset : int -> bool
Parameters
- memberBytes
- Type: SystemByte
bytes to check - offset
- Type: SystemInt32
offset into bytes
Return Value
Type:
Booleantrue if bytes represent null; otherwise
falseSee Also