BitConverter::GetBytes Method
Converts the specified data to an array of bytes.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetBytes(Boolean) | Returns the specified Boolean value as a byte array. |
![]() ![]() | GetBytes(Char) | Returns the specified Unicode character value as an array of bytes. |
![]() ![]() | GetBytes(Double) | Returns the specified double-precision floating point value as an array of bytes. |
![]() ![]() | GetBytes(Int16) | Returns the specified 16-bit signed integer value as an array of bytes. |
![]() ![]() | GetBytes(Int32) | Returns the specified 32-bit signed integer value as an array of bytes. |
![]() ![]() | GetBytes(Int64) | Returns the specified 64-bit signed integer value as an array of bytes. |
![]() ![]() | GetBytes(Single) | Returns the specified single-precision floating point value as an array of bytes. |
![]() ![]() | GetBytes(UInt16) | Returns the specified 16-bit unsigned integer value as an array of bytes. |
![]() ![]() | GetBytes(UInt32) | Returns the specified 32-bit unsigned integer value as an array of bytes. |
![]() ![]() | GetBytes(UInt64) | Returns the specified 64-bit unsigned integer value as an array of bytes. |

