Converter.ToUInt16(Byte[], Int32, EndianType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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