Click or drag to resize

HelperGetBytes Method

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