Method AsByte
AsByte(sbyte)
Reinterprets the specified value as an unsigned byte.
public static byte AsByte(this sbyte value)
Parameters
valuesbyteThe value to reinterpret.
Returns
- byte
The reinterpreted value.
Reinterprets the specified value as an unsigned byte.
public static byte AsByte(this sbyte value)
value sbyteThe value to reinterpret.
The reinterpreted value.