HelperGetLittleEndianByteArray Method (Int16) |
Gets a byte array which represents value of 16 bit singed integer in LittleEndian format.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static byte[] GetLittleEndianByteArray(
short value
)
Public Shared Function GetLittleEndianByteArray (
value As Short
) As Byte()
public:
static array<unsigned char>^ GetLittleEndianByteArray(
short value
)
static member GetLittleEndianByteArray :
value : int16 -> byte[]
Parameters
- value
- Type: SystemInt16
16 bit singed integer value.
Return Value
Type:
Byte[Missing <returns> documentation for "M:Bio.Util.Helper.GetLittleEndianByteArray(System.Int16)"]
See Also