Converter.IntToBytes Method

Definition

Overloads

IntToBytes(Int64, Byte[], Int32, Int32, EndianType)
IntToBytes(Int64, Byte[], Int32, Int32)

IntToBytes(Int64, Byte[], Int32, Int32, EndianType)

public:
 static void IntToBytes(long val, cli::array <System::Byte> ^ bytes, int length, int index, Microsoft::HostIntegration::Drda::Common::EndianType endianType);
public static void IntToBytes (long val, byte[] bytes, int length, int index, Microsoft.HostIntegration.Drda.Common.EndianType endianType);
static member IntToBytes : int64 * byte[] * int * int * Microsoft.HostIntegration.Drda.Common.EndianType -> unit

Parameters

val
Int64
bytes
Byte[]
length
Int32
index
Int32
endianType
EndianType

Applies to

IntToBytes(Int64, Byte[], Int32, Int32)

public:
 static void IntToBytes(long val, cli::array <System::Byte> ^ bytes, int length, int index);
public static void IntToBytes (long val, byte[] bytes, int length, int index);
static member IntToBytes : int64 * byte[] * int * int -> unit
Public Shared Sub IntToBytes (val As Long, bytes As Byte(), length As Integer, index As Integer)

Parameters

val
Int64
bytes
Byte[]
length
Int32
index
Int32

Applies to