Converts a single-precision floating-point number into an array of unsigned bytes with length 4.
[Visual Basic] Overloads Public Shared Function GetBytes( _ ByVal value As Single _ ) As Byte () [C#] public static byte[] GetBytes( float value ); [C++] public: static unsigned char* GetBytes( float value ) []; [JScript] public static function GetBytes( value : float ) : Byte[];
An array of unsigned bytes with length 4.
BitConverter Class | BitConverter Members | System Namespace | BitConverter.GetBytes Overload List