Click or drag to resize

HelperGetBytes Method (IntPtr, Int32)

Safely Get Bytes

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public static byte[] GetBytes(
	IntPtr pointer,
	int size
)

Parameters

pointer
Type: SystemIntPtr

[Missing <param name="pointer"/> documentation for "M:Quasardb.Helper.GetBytes(System.IntPtr,System.Int32)"]

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:Quasardb.Helper.GetBytes(System.IntPtr,System.Int32)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Quasardb.Helper.GetBytes(System.IntPtr,System.Int32)"]

See Also