Method AsSByte
AsSByte(byte)
Reinterprets the specified value as a signed byte.
public static sbyte AsSByte(this byte value)
Parameters
valuebyteThe value to reinterpret.
Returns
- sbyte
The reinterpreted value.
Reinterprets the specified value as a signed byte.
public static sbyte AsSByte(this byte value)
value byteThe value to reinterpret.
The reinterpreted value.