Click or drag to resize

DataMemberisNull Method

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
)

Parameters

memberBytes
Type: SystemByte
bytes to check
offset
Type: SystemInt32
offset into bytes

Return Value

Type: Boolean
true if bytes represent null; otherwise false
See Also