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