ConvertToByte Method (Byte) |
Returns the specified 8-bit unsigned integer; no actual conversion is performed.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static byte ToByte(
byte value
)
Parameters
- value
- Type: SystemByte
The 8-bit unsigned integer to return.
Return Value
Type:
Bytevalue is returned unchanged.
See Also