Converter.ToUInt16(Byte[], Int32, EndianType) Method

Definition

public:
 static System::UInt16 ToUInt16(cli::array <System::Byte> ^ bytes, int index, Microsoft::HostIntegration::Drda::Common::EndianType endianType);
public static ushort ToUInt16 (byte[] bytes, int index, Microsoft.HostIntegration.Drda.Common.EndianType endianType);
static member ToUInt16 : byte[] * int * Microsoft.HostIntegration.Drda.Common.EndianType -> uint16

Parameters

bytes
Byte[]
index
Int32
endianType
EndianType

Returns

UInt16

Applies to