Converts a 16-bit signed integer into an array of unsigned bytes with length 2.
[Visual Basic] Overloads Public Shared Function GetBytes( _ ByVal value As Short _ ) As Byte () [C#] public static byte[] GetBytes( short value ); [C++] public: static unsigned char* GetBytes( short value ) []; [JScript] public static function GetBytes( value : Int16 ) : Byte[];
An array of unsigned bytes with length 2.
BitConverter Class | BitConverter Members | System Namespace | BitConverter.GetBytes Overload List