BitConverterGetBytes Method (Double) |
Returns the specified double-precision floating point value as an array of bytes.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static byte[] GetBytes(
double value
)
Parameters
- value
- Type: SystemDouble
The number to convert.
Return Value
Type:
ByteAn array of bytes with length 8.
See Also