Click or drag to resize

EndianBitConverterGetBytes Method

Overload List
  NameDescription
Public methodGetBytes(Double)
Returns the specified double-precision floating point value as an array of bytes.
Public methodGetBytes(Int16)
Returns the specified 16-bit signed integer value as an array of bytes.
Public methodGetBytes(Int32)
Returns the specified 32-bit signed integer value as an array of bytes.
Public methodGetBytes(Int64)
Returns the specified 64-bit signed integer value as an array of bytes.
Public methodGetBytes(Single)
Returns the specified single-precision floating point value as an array of bytes.
Public methodGetBytes(UInt16)
Returns the specified 16-bit unsigned integer value as an array of bytes.
Public methodGetBytes(UInt32)
Returns the specified 32-bit unsigned integer value as an array of bytes.
Top
See Also