Converts base data types to an array of bytes, and an array of bytes to base data types.
File: CNClrLib.Host.Helper.pas
Namespace: CNClrLib.Host.Helper
|
Name |
Description |
![]() |
Converts
the specified double-precision floating point number to a 64-bit signed
integer.
| |
![]() |
Returns
the specified Boolean value as a byte array.
| |
![]() |
Returns
the specified Unicode character value as an array of
bytes.
| |
![]() |
Returns
the specified double-precision floating point value as an array of
bytes.
| |
![]() |
Returns
the specified 16-bit signed integer value as an array of
bytes.
| |
![]() |
Returns
the specified 32-bit signed integer value as an array of
bytes.
| |
![]() |
Returns
the specified 64-bit signed integer value as an array of
bytes.
| |
![]() |
Returns
the specified single-precision floating point value as an array of
bytes.
| |
![]() |
Returns
the specified 16-bit unsigned integer value as an array of
bytes.
| |
![]() |
Returns
the specified 32-bit unsigned integer value as an array of
bytes.
| |
![]() |
Returns
the specified 64-bit unsigned integer value as an array of
bytes.
| |
![]() |
Returns
the specified Unicode character value as an array of
bytes.
| |
![]() |
Get the
BitConverter
interface. | |
![]() |
Converts
the specified 64-bit signed integer to a double-precision floating point
number.
| |
![]() |
Returns
a Boolean value converted from the byte at a specified position in a byte
array.
| |
![]() |
Returns
a Unicode character converted from two bytes at a specified position in a
byte array.
| |
![]() |
Returns a
Unicode clr character converted from two bytes at a specified position in a
byte array.
| |
![]() |
Returns
a double-precision floating point number converted from eight bytes at a
specified position in a byte array.
| |
![]() |
Returns
a 16-bit signed integer converted from two bytes at a specified position
in a byte array.
| |
![]() |
Returns
a 32-bit signed integer converted from four bytes at a specified position
in a byte array.
| |
![]() |
Returns
a 64-bit signed integer converted from eight bytes at a specified position
in a byte array.
| |
![]() |
Returns
a single-precision floating point number converted from four bytes at a
specified position in a byte array.
| |
![]() |
Converts
the numeric value of each element of a specified array of bytes to its
equivalent hexadecimal string representation.
| |
![]() |
Converts
the numeric value of each element of a specified subarray of bytes to its
equivalent hexadecimal string representation.
| |
![]() |
Converts
the numeric value of each element of a specified subarray of bytes to its
equivalent hexadecimal string representation.
| |
![]() |
Returns
a 16-bit unsigned integer converted from two bytes at a specified position
in a byte array.
| |
![]() |
Returns
a 32-bit unsigned integer converted from four bytes at a specified
position in a byte array.
| |
![]() |
Returns
a 64-bit unsigned integer converted from eight bytes at a specified
position in a byte
array.
|
|
Name |
Description |
![]() ![]() |
Indicates
the byte order ("endianness") in which data is stored in this computer
architecture.
|
What do you think about this topic? Send feedback!
|