Converter.ToInt16 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.
Overloads
| ToInt16(Byte[], Int32) | |
| ToInt16(Byte[], Int32, EndianType) |
ToInt16(Byte[], Int32)
public:
static short ToInt16(cli::array <System::Byte> ^ bytes, int index);
public static short ToInt16 (byte[] bytes, int index);
static member ToInt16 : byte[] * int -> int16
Public Shared Function ToInt16 (bytes As Byte(), index As Integer) As Short
Parameters
- bytes
- Byte[]
- index
- Int32
Returns
Applies to
ToInt16(Byte[], Int32, EndianType)
public:
static short ToInt16(cli::array <System::Byte> ^ bytes, int index, Microsoft::HostIntegration::Drda::Common::EndianType endianType);
public static short ToInt16 (byte[] bytes, int index, Microsoft.HostIntegration.Drda.Common.EndianType endianType);
static member ToInt16 : byte[] * int * Microsoft.HostIntegration.Drda.Common.EndianType -> int16
Parameters
- bytes
- Byte[]
- index
- Int32
- endianType
- EndianType