Visibility |
Name |
Parameters |
Return Type |
public static |
DoubleToInt64Bits |
(
Double
value
)
|
Int64
|
public static |
GetBytes |
(
UInt64
value
)
|
Byte
|
public static |
GetBytes |
(
UInt32
value
)
|
Byte
|
public static |
GetBytes |
(
Double
value
)
|
Byte
|
public static |
GetBytes |
(
Single
value
)
|
Byte
|
public static |
GetBytes |
(
UInt16
value
)
|
Byte
|
public static |
GetBytes |
(
Char
value
)
|
Byte
|
public static |
GetBytes |
(
Boolean
value
)
|
Byte
|
public static |
GetBytes |
(
Int16
value
)
|
Byte
|
public static |
GetBytes |
(
Int64
value
)
|
Byte
|
public static |
GetBytes |
(
Int32
value
)
|
Byte
|
public static |
Int64BitsToDouble |
(
Int64
value
)
|
Double
|
public static |
ToBoolean |
(
Byte
value
,
Int32
startIndex
)
|
Boolean
|
public static |
ToChar |
(
Byte
value
,
Int32
startIndex
)
|
Char
|
public static |
ToDouble |
(
Byte
value
,
Int32
startIndex
)
|
Double
|
public static |
ToInt16 |
(
Byte
value
,
Int32
startIndex
)
|
Int16
|
public static |
ToInt32 |
(
Byte
value
,
Int32
startIndex
)
|
Int32
|
public static |
ToInt64 |
(
Byte
value
,
Int32
startIndex
)
|
Int64
|
public static |
ToSingle |
(
Byte
value
,
Int32
startIndex
)
|
Single
|
public static |
ToString |
(
Byte
value
,
Int32
startIndex
)
|
String
|
public static |
ToString |
(
Byte
value
)
|
String
|
public static |
ToString |
(
Byte
value
,
Int32
startIndex
,
Int32
length
)
|
String
|
public static |
ToUInt16 |
(
Byte
value
,
Int32
startIndex
)
|
UInt16
|
public static |
ToUInt32 |
(
Byte
value
,
Int32
startIndex
)
|
UInt32
|
public static |
ToUInt64 |
(
Byte
value
,
Int32
startIndex
)
|
UInt64
|