Click or drag to resize
ConvertToByte Method (Byte)
Returns the specified 8-bit unsigned integer; no actual conversion is performed.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static byte ToByte(
	byte value
)

Parameters

value
Type: SystemByte
The 8-bit unsigned integer to return.

Return Value

Type: Byte
value is returned unchanged.
See Also