ConvertToInt64 Method (Byte) |
Converts the value of the specified 8-bit unsigned integer to the equivalent 64-bit signed integer.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static long ToInt64(
byte value
)
Parameters
- value
- Type: SystemByte
The 8-bit unsigned integer to convert.
Return Value
Type:
Int64A 64-bit signed integer that is equivalent to
value.
See Also