BitConverterGetBytes Method (UInt16) |
Returns the specified 16-bit unsigned integer value as an array of bytes.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static byte[] GetBytes(
ushort value
)
Parameters
- value
- Type: SystemUInt16
The number to convert.
Return Value
Type:
ByteAn array of bytes with length 2.
See Also