Click or drag to resize
BitConverter.GetBytes Method (Int64)
Returns the specified 64-bit signed integer value as an array of bytes.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static byte[] GetBytes(
	long value
)

Parameters

value
Type: System.Int64
The number to convert.

Return Value

Type:Byte[]
An array of bytes with length 8.
See Also