Click or drag to resize

DataMemberisShortOidNull Method

Determines if given bytes represent a null short reference

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static bool isShortOidNull(
	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